Skip to content

Commit

Permalink
Limiting numpy version (mckinsey#217)
Browse files Browse the repository at this point in the history
* adding line on yml - no effect

* adding line on yml - no effect

* changing req.txt

* changing req.txt

* changing req.txt
  • Loading branch information
GabrielAzevedoFerreiraQB authored Jan 13, 2023
1 parent 3bb8a09 commit b7866dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
networkx~=2.5
numpy<1.24; python_version >= '3.10'
numpy>=1.14.2, <1.22; python_version < '3.10'
numpy>=1.23; python_version >= '3.10'
pandas>=1.0, <2.0
pathos>=0.2.7, <0.3.0
pgmpy>=0.1.14, <0.1.20
Expand Down

0 comments on commit b7866dd

Please sign in to comment.