Skip to content

Commit

Permalink
Temporarily pin numpy Version Less Than 2.0.0 (#140)
Browse files Browse the repository at this point in the history
* Pin numpy version less than 2.0.0

* Add requirement in setup.py
  • Loading branch information
michaelmckinsey1 authored Jul 8, 2024
1 parent 18a1f04 commit a1f0a06
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
Expand Up @@ -4,7 +4,7 @@ pydot
pytest
codecov
pep8-naming
numpy
numpy < 2.0.0
PyYAML
cython
multiprocess
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"pydot",
"PyYAML",
"matplotlib",
"numpy",
"numpy < 2.0.0",
"pandas",
"textX < 3.0.0; python_version < '3.6'",
"textX >= 3.0.0; python_version >= '3.6'",
Expand Down

0 comments on commit a1f0a06

Please sign in to comment.