Skip to content

Commit

Permalink
Relax Numpy constraints (Zulko#1732)
Browse files Browse the repository at this point in the history
* bump numpy to 1.20

* relax numpy constraints
  • Loading branch information
erikgaas authored Mar 26, 2022
1 parent 0b63f47 commit 7e3e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def run_tests(self):
"decorator>=4.0.2,<6.0",
"imageio>=2.5,<3.0",
"imageio_ffmpeg>=0.2.0",
"numpy>=1.17.3,<=1.20",
"numpy>=1.17.3",
"proglog<=1.0.0",
]

Expand Down

0 comments on commit 7e3e8bb

Please sign in to comment.