Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
  • Loading branch information
brahmaneya and rth committed Feb 13, 2021
1 parent 65ffc6b commit 4ae9dce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ before_install:
- sudo add-apt-repository -y ppa:openjdk-r/ppa
- sudo apt-get -qq update
- sudo apt-get install -y openjdk-8-jdk --no-install-recommends
- sudo apt install libpython3.7-dev
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64

install:
- pip install -U pip setuptools wheel
- pip install -U pip setuptools wheel
- pip install -U tox==3.12.0
- pip install -U codecov
- tox --notest
Expand Down
8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pandas>=0.25.0,<2.0.0
tqdm>=4.33.0,<5.0.0

# Internal models
scikit-learn>=0.23.0,<0.25.0
scikit-learn>=0.20.2,<0.25.0
torch>=1.2.0,<2.0.0
munkres>=1.0.6

Expand All @@ -30,12 +30,10 @@ tensorboard>=1.14.0,<2.0.0
#### EXTRA/TEST LIBRARIES

# NLP applications
spacy>=2.1.0,<3.0.0
spacy>=2.1.0,<3.1.0

# Scale-up/out
dask-glm==0.2.0
dask-ml==1.7.0
dask[array,dataframe]==2.18.0
dask[complete]>=2.1.0,<2.30.0

# Serialization
dill>=0.3.0,<0.4.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scipy>=1.2.0,<2.0.0",
"pandas>=0.25.0,<2.0.0",
"tqdm>=4.33.0,<5.0.0",
"scikit-learn>=0.23.0,<0.25.0",
"scikit-learn>=0.20.2,<0.25.0",
"torch>=1.2.0,<2.0.0",
"tensorboard>=1.14.0,<2.0.0",
"networkx>=2.2,<2.4",
Expand Down

0 comments on commit 4ae9dce

Please sign in to comment.