Skip to content

Commit a68d4e3

Browse files
authored
Update requirements.txt to work with conda-forge (#197)
pypi normalizes underscores into hyphens, but conda-forge doesn't. travis-sphinx is no longer used.
1 parent 6c4afbe commit a68d4e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ numpy>=1.13.3
22
matplotlib>=2.0.0
33
h5py>=2.7
44
scipy>=0.16
5-
travis-sphinx
65
sphinx_rtd_theme
76
nbsphinx>=0.3.1
87
pytest>=3.6
@@ -11,7 +10,7 @@ pytest-cov>=2.6.0
1110
flake8>=3.5.0
1211
numba>=0.40.0
1312
numpydoc
14-
sphinxcontrib_bibtex
13+
sphinxcontrib-bibtex
1514
sphinx-copybutton
1615
sphinx-prompt
1716
importlib-metadata

0 commit comments

Comments
 (0)