Skip to content

Commit

Permalink
Make sure dependencies are up to date in travis builds (scverse#1320)
Browse files Browse the repository at this point in the history
* Add explicit numpy dependency
* Remove unneeded umap dependency for anndata-dev builds
  • Loading branch information
ivirshup authored Jul 17, 2020
1 parent 136177f commit dc884f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ matrix:
install:
- pip install docutils sphinx
- pip install -e .[test,louvain,leiden,magic,scvi]
# also test new umap. remove once umap 0.4+ is used by other runs as well
- pip install umap-learn>=0.4 git+https://github.com/theislab/anndata
- pip install git+https://github.com/theislab/anndata
python:
- '3.6'
- '3.7'
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
anndata>=0.7
# numpy needs a version due to #1320
numpy>=1.17.0
# Matplotlib 3.1 causes an error in 3d scatter plots (https://github.com/matplotlib/matplotlib/issues/14298)
# But matplotlib 3.0 causes one in heatmaps
matplotlib>=3.1.2
Expand Down

0 comments on commit dc884f2

Please sign in to comment.