Skip to content

Commit b7f7cdc

Browse files
authored
Merge pull request #58 from espdev/dependabot/pip/sphinx-gte-3.0.0-and-lt-6
Update sphinx requirement from <5,>=3.0.0 to >=3.0.0,<6
2 parents 9ae9a35 + d1f70ab commit b7f7cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_long_description():
3333
'scipy >=1.0.0, <2',
3434
],
3535
extras_require={
36-
'docs': ['sphinx >=3.0.0, <5', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
36+
'docs': ['sphinx >=3.0.0, <6', 'matplotlib >=3.1', 'numpydoc', 'm2r2'],
3737
'tests': ['pytest', 'coverage <7', 'pytest-cov', 'coveralls'],
3838
},
3939
package_data={"csaps": ["py.typed"]},

0 commit comments

Comments
 (0)