Skip to content

Commit 3f4310e

Browse files
josenavasantgonza
authored andcommitted
Fixing Qiita installation (#2362)
1 parent 0f44404 commit 3f4310e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install:
2828
# install a few of the dependencies that pip would otherwise try to install
2929
# when intalling scikit-bio
3030
- travis_retry conda create --yes -n qiita python=$PYTHON_VERSION pip nose flake8
31-
pyzmq networkx pyparsing natsort mock future libgfortran seaborn nltk
31+
pyzmq 'networkx<2.0' pyparsing natsort mock future libgfortran seaborn nltk
3232
'pandas>=0.18' 'matplotlib>=1.1.0' 'scipy>0.13.0' 'numpy>=1.7' 'h5py>=2.3.1'
3333
- source activate qiita
3434
- pip install -U pip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
'bcrypt', 'pandas >= 0.17', 'numpy >= 1.7',
108108
'tornado==3.1.1', 'toredis', 'redis', 'six',
109109
'pyparsing', 'h5py >= 2.3.1', 'biom-format',
110-
'natsort', 'networkx',
110+
'natsort', 'networkx < 2.0',
111111
'scikit-bio == 0.4.2', 'wtforms == 2.0.1',
112112
'sphinx-bootstrap-theme', 'Sphinx >= 1.2.2',
113113
'gitpython', 'qiita-files', 'redbiom==0.1.0-dev'],

0 commit comments

Comments
 (0)