Skip to content

Commit

Permalink
Add scikit-learn to requirements (for least-squares equalization)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed May 8, 2020
1 parent 5e692ff commit a1c6fdb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/requirements/1.3.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ torchvision>=0.4.1,<0.5.0
numpy
tqdm
packaging
scikit-learn
1 change: 1 addition & 0 deletions .github/requirements/1.4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ torchvision>=0.5.0,<0.6.0
numpy
tqdm
packaging
scikit-learn
1 change: 1 addition & 0 deletions .github/requirements/1.5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ torchvision>=0.6.0,<0.7.0
numpy
tqdm
packaging
scikit-learn
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ torchvision>=0.4.1
numpy
tqdm
packaging
scikit-learn
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pytorch-nemo",
version="0.0.4",
version="0.0.5",
author="Francesco Conti",
author_email="[email protected]",
description="NEural Minimizer for pytOrch",
Expand All @@ -24,6 +24,7 @@
"torchvision>=0.4.1",
"numpy",
"tqdm",
"packaging"
"packaging",
"scikit-learn"
]
)

0 comments on commit a1c6fdb

Please sign in to comment.