Skip to content

Commit

Permalink
Merge pull request #1153 from reza-ebrahimi/master
Browse files Browse the repository at this point in the history
Update python modules (dependencies) to latest version
  • Loading branch information
tmbo committed Jul 9, 2018
2 parents 893b0f0 + e3785e6 commit bc5c971
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alt_requirements/conda-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scipy==1.0.0
scipy==1.1.0
scikit-learn==0.19.1
2 changes: 1 addition & 1 deletion alt_requirements/requirements_bare.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jsonschema==2.6.0
matplotlib==2.1.0
requests==2.18.4
tqdm==4.19.5
numpy==1.14.0
numpy==1.14.4
simplejson==3.13.2
cloudpickle==0.5.2
msgpack-python==0.5.4
Expand Down
4 changes: 2 additions & 2 deletions alt_requirements/requirements_spacy_sklearn.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Minimum Install Requirements
-r requirements_bare.txt

spacy==2.0.5
spacy==2.0.11
scikit-learn==0.19.1
scipy==1.0.0
scipy==1.1.0
sklearn-crfsuite==0.3.6
2 changes: 1 addition & 1 deletion alt_requirements/requirements_tensorflow_sklearn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-r requirements_bare.txt

scikit-learn==0.19.1
tensorflow==1.6.0
tensorflow==1.8.0
sklearn-crfsuite==0.3.6

0 comments on commit bc5c971

Please sign in to comment.