Skip to content

Commit

Permalink
Removing gensim
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Oct 8, 2020
1 parent fcfbfd6 commit 1bee755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_install:
- conda install --yes numpy
- conda install --yes scipy
- conda install --yes scikit-learn
- conda install --yes gensim
# - conda install --yes gensim
- conda install --yes nltk nose
- conda install --yes pip
- pip install coverage
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test:
- numpy
- scipy
- scikit-learn
- gensim
# - gensim
- nltk
- coverage

Expand Down

0 comments on commit 1bee755

Please sign in to comment.