Skip to content

Commit

Permalink
changed == to >= for sklearn and tqdm in requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jecorona97 committed Aug 22, 2020
1 parent ed98ad0 commit d12e285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ tensorflow-model-optimization>=0.2.1
matplotlib>=3.1.2
networkx>=2.1
keras-tuner>=1.0.1
scikit-learn==0.23.1
tqdm==4.48.0
scikit-learn>=0.23.1
tqdm>=4.48.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"tensorflow-model-optimization>=0.2.1",
"networkx>=2.1",
"keras-tuner>=1.0.1",
"scikit-learn==0.23.1",
"tqdm==4.48.0"
"scikit-learn>=0.23.1",
"tqdm>=4.48.0"
],
setup_requires=[
"pytest-runner",
Expand Down

0 comments on commit d12e285

Please sign in to comment.