Skip to content

Commit

Permalink
pinning networkx dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rs-gh-sa committed Dec 2, 2019
1 parent 408e64f commit eabc771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
- echo "$(pwd)/python/applications" >> $(python -m site --user-site)/local.pth
- cd python/pipeline
# Install numpy before anything else to avoid "numpy.ufunc has the wrong size, try recompiling" errors
- pip install numpy==1.14.2 scikit-image==0.14.2
- pip install numpy==1.14.2
- pip install --progress-bar off .[tf]
- pip install coveralls pylint
script:
Expand Down
3 changes: 2 additions & 1 deletion python/pipeline/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ scipy==1.0.1
pandas==0.22.0
requests==2.20.1
scikit-image==0.14.2
networkx==2.0
scikit-learn==0.20.1
opencv-python==3.4.3.18
matplotlib==2.2.2
Expand All @@ -17,4 +18,4 @@ papermill
fcswrite
tifffile
fire
seaborn
seaborn

0 comments on commit eabc771

Please sign in to comment.