Skip to content

Commit

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

Update sphinx requirement from <6,>=3.0.0 to >=3.0.0,<7
  • Loading branch information
espdev committed Jan 4, 2023
2 parents 42d92a2 + 9c48cc3 commit 84b524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -33,7 +33,7 @@ def _get_long_description():
'scipy >=1.0.0, <2',
],
extras_require={
'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'docs': ['sphinx >=3.0.0, <7', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
'tests': ['pytest', 'coverage <8', 'pytest-cov', 'coveralls'],
},
package_data={"csaps": ["py.typed"]},
Expand Down

0 comments on commit 84b524a

Please sign in to comment.