Skip to content

Commit

Permalink
adding setuptools requirement (mckinsey#218)
Browse files Browse the repository at this point in the history
* adding setuptools requirement

* adding setuptools requirement
  • Loading branch information
GabrielAzevedoFerreiraQB authored Jan 17, 2023
1 parent b7866dd commit 181adc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 181adc9

Please sign in to comment.