Skip to content

Commit

Permalink
fix readthedocs
Browse files Browse the repository at this point in the history
* remove pinning of easydev
  • Loading branch information
derNarr committed Mar 31, 2022
1 parent a531878 commit 5360c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def load_requirements(fn):
'sphinx >= 1.4',
'sphinx_rtd_theme',
'numpydoc',
'easydev==0.9.35']},
'easydev']},
ext_modules=ext_modules,
cmdclass={'build_ext': build_ext}
)

0 comments on commit 5360c08

Please sign in to comment.