Skip to content

Commit

Permalink
Attempt to fix readthedocs builds (#132)
Browse files Browse the repository at this point in the history
* Remove all requirements from setup.py

* Remove dependencies from docs setup
  • Loading branch information
johnlees committed Dec 4, 2020
1 parent fcf6f2d commit d824433
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
7 changes: 0 additions & 7 deletions docs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,5 @@ def find_version(*file_paths):
'scripts/poppunk_calculate_silhouette.py',
'scripts/poppunk_extract_distances.py',
'scripts/poppunk_pickle_fix.py'],
install_requires=['numpy',
'scipy',
'scikit-learn',
'DendroPy',
'pandas',
'matplotlib',
'hdbscan'],
test_suite="test",
)
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ channels:
dependencies:
- pip
- numpy
- mkl
- scipy
- python-dateutil
- pandas
Expand All @@ -21,6 +20,6 @@ dependencies:
- pp-sketchlib >=1.5.1
- graph-tool
- requests
- flask
- flask
- flask-cors
- networkx
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,5 @@ def find_version(*file_paths):
'scripts/poppunk_add_weights.py',
'scripts/poppunk_easy_run.py',
'scripts/poppunk_pickle_fix.py'],
install_requires=['numpy',
'scipy',
'scikit-learn',
'DendroPy',
'pandas',
'matplotlib',
'hdbscan'],
test_suite="test",
)

0 comments on commit d824433

Please sign in to comment.