Skip to content

Commit ac0bdb8

Browse files
authored
Update pyproject.toml
1 parent b973039 commit ac0bdb8

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"
44

55
[project]
66
name="ampy"
7-
version="0.1.1"
7+
version="0.1.2"
88
authors=[
99
{name="Vadim Porvatov", email="eighonet@gmail.com"},
1010
{name="Mikhail Buzakov", email="m.k.buzakov@gmail.com"}
@@ -29,15 +29,14 @@ classifiers=[
2929
"Programming Language :: Python :: 3 :: Only",
3030
]
3131
dependencies=[
32-
"numpy==1.24.2",
33-
"matplotlib==3.7.1",
34-
"scipy==1.10.1",
35-
"ffmpeg-python==0.2.0",
32+
"numpy<=1.21.6",
33+
"matplotlib>=3.7.1",
34+
"ffmpeg-python>=0.2.0",
3635
"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",
36+
"imageio-ffmpeg>=0.4.8",
37+
"imutils>=0.5.4",
38+
"celluloid>=0.2.0",
39+
"imageio>=2.27.0",
4140
]
4241

4342
[project.urls]

0 commit comments

Comments
 (0)