Skip to content

Commit

Permalink
test another version of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mdvandamme committed Oct 22, 2024
1 parent 4c7ed4b commit c52be22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy<=1.23.5
numpy
matplotlib
scikit-image
progressbar2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
current_path = os.path.abspath(os.path.dirname(__file__))

requirements = (
"numpy==1.23.5",
"numpy",
"matplotlib",
"scikit-image",
"progressbar2"
)

dev_requirements = (
"numpy==1.23.5",
"numpy",
"pytest",
"pytest-runner",
"coverage"
Expand Down

0 comments on commit c52be22

Please sign in to comment.