Skip to content

Commit

Permalink
less strict version requirement for numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
burnout87 committed Jun 20, 2024
1 parent a1efd3f commit f636b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
future
numpy==1.24.4
numpy<2.0.0
pyyaml
simplejson
flask==2.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
install_req = [
'oda_api>=1.1.31',
'pylogstash_context>=0.1.19',
"numpy==1.24.4",
"numpy<2.0.0",
"pyyaml",
"simplejson",
"flask==2.0.3",
Expand Down

0 comments on commit f636b02

Please sign in to comment.