Skip to content

Commit

Permalink
Update requirements.txt to work with conda-forge (#197)
Browse files Browse the repository at this point in the history
pypi normalizes underscores into hyphens, but conda-forge doesn't.
travis-sphinx is no longer used.
  • Loading branch information
yut23 authored Apr 23, 2024
1 parent 6c4afbe commit a68d4e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ numpy>=1.13.3
matplotlib>=2.0.0
h5py>=2.7
scipy>=0.16
travis-sphinx
sphinx_rtd_theme
nbsphinx>=0.3.1
pytest>=3.6
Expand All @@ -11,7 +10,7 @@ pytest-cov>=2.6.0
flake8>=3.5.0
numba>=0.40.0
numpydoc
sphinxcontrib_bibtex
sphinxcontrib-bibtex
sphinx-copybutton
sphinx-prompt
importlib-metadata
Expand Down

0 comments on commit a68d4e3

Please sign in to comment.