Skip to content

Commit

Permalink
unlocking numpy (mckinsey#238)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Azevedo <gabriel_azevedo_ferreira@mckinsey.com>
GabrielAzevedoFerreiraQB and Gabriel Azevedo authored Mar 30, 2023
1 parent 0e7b811 commit 9eca308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ numpy>=1.14.2, <1.24
pandas>=1.0, <2.0
pathos>=0.2.7, <0.3.0
pgmpy>=0.1.14, <0.1.20
scikit-learn>=0.22.0, <0.25.0, !=0.22.2.post1, !=0.24.1; python_version < '3.9'
scikit-learn>=0.24.0, <0.25.0, !=0.24.1; python_version == '3.9'
scikit-learn>=0.22.0, !=0.22.2.post1, !=0.24.1; python_version < '3.9'
scikit-learn>=0.24.0, !=0.24.1; python_version == '3.9'
scikit-learn>=0.25.0; python_version == '3.10'
scipy>=1.7
setuptools>=65.5.1

0 comments on commit 9eca308

Please sign in to comment.