Skip to content

Commit

Permalink
Release 0.11.1 - a few additions (#220)
Browse files Browse the repository at this point in the history
* Limiting numpy version (#217)

* adding line on yml - no effect

* adding line on yml - no effect

* changing req.txt

* changing req.txt

* changing req.txt

* adding setuptools requirement (#218)

* adding setuptools requirement

* adding setuptools requirement
  • Loading branch information
GabrielAzevedoFerreiraQB authored Jan 17, 2023
1 parent f744d49 commit bfd2b81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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 All @@ -9,6 +9,8 @@ scikit-learn>=0.24.0, <0.25.0, !=0.24.1; python_version == '3.9'
scikit-learn>=0.25.0; python_version == '3.10'
scipy>=1.2.0, <1.7; python_version < '3.8'
scipy>=1.7; python_version >= '3.8'
setuptools<=60; python_version <= '3.6'
setuptools>=65.5.1; python_version > '3.6'
torch>=1.7, <2.0
wheel>=0.37.0; python_version < '3.7'
wheel>=0.38.0; python_version >= '3.7'
Expand Down

0 comments on commit bfd2b81

Please sign in to comment.