Skip to content

Commit

Permalink
Merge pull request #58 from espdev/dependabot/pip/sphinx-gte-3.0.0-an…
Browse files Browse the repository at this point in the history
…d-lt-6

Update sphinx requirement from <5,>=3.0.0 to >=3.0.0,<6
  • Loading branch information
espdev committed May 30, 2022
2 parents 9ae9a35 + d1f70ab commit b7f7cdc
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 @@ -33,7 +33,7 @@ def _get_long_description():
'scipy >=1.0.0, <2',
],
extras_require={
'docs': ['sphinx >=3.0.0, <5', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'],
},
package_data={"csaps": ["py.typed"]},
Expand Down

0 comments on commit b7f7cdc

Please sign in to comment.