Skip to content

Commit

Permalink
trial fix of readthedocs dependencies 4
Browse files Browse the repository at this point in the history
  • Loading branch information
romeeld committed Jun 4, 2020
1 parent 85833d1 commit 7a00f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def run(self):
setup_requires=['numpy', 'cython>=0.22'],
install_requires=[
'numpy', 'h5py', 'cython', 'psutil', 'scipy', 'joblib', 'scikit-learn',
'yt', 'astropy',
'pygadgetreader @ git+https://github.com/dnarayanan/pygadgetreader'
'yt', 'astropy'#,
#'pygadgetreader @ git+https://github.com/dnarayanan/pygadgetreader'
],
cmdclass={
'sdist': sdist,
Expand Down

0 comments on commit 7a00f78

Please sign in to comment.