We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b973039 commit ac0bdb8Copy full SHA for ac0bdb8
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"
4
5
[project]
6
name="ampy"
7
-version="0.1.1"
+version="0.1.2"
8
authors=[
9
{name="Vadim Porvatov", email="eighonet@gmail.com"},
10
{name="Mikhail Buzakov", email="m.k.buzakov@gmail.com"}
@@ -29,15 +29,14 @@ classifiers=[
29
"Programming Language :: Python :: 3 :: Only",
30
]
31
dependencies=[
32
- "numpy==1.24.2",
33
- "matplotlib==3.7.1",
34
- "scipy==1.10.1",
35
- "ffmpeg-python==0.2.0",
+ "numpy<=1.21.6",
+ "matplotlib>=3.7.1",
+ "ffmpeg-python>=0.2.0",
36
"opencv-contrib-python==4.6.0.66",
37
- "imageio-ffmpeg==0.4.8",
38
- "imutils==0.5.4",
39
- "celluloid==0.2.0",
40
- "imageio==2.27.0",
+ "imageio-ffmpeg>=0.4.8",
+ "imutils>=0.5.4",
+ "celluloid>=0.2.0",
+ "imageio>=2.27.0",
41
42
43
[project.urls]
0 commit comments