Skip to content

Commit 4c83ad4

Browse files
committed
setup: update deps
1 parent ab28aa8 commit 4c83ad4

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

setup.cfg

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ project_urls =
3131
Documentation = https://pentapy.readthedocs.io
3232
Source = https://github.com/GeoStat-Framework/pentapy
3333
Tracker = https://github.com/GeoStat-Framework/pentapy/issues
34-
Changelog = https://github.com/GeoStat-Framework/pentapy/blob/develop/CHANGELOG.md
34+
Changelog = https://github.com/GeoStat-Framework/pentapy/blob/main/CHANGELOG.md
3535
Conda-Forge = https://anaconda.org/conda-forge/pentapy
3636

3737
[options]
@@ -56,11 +56,15 @@ all =
5656
scipy
5757
scikit-umfpack
5858
doc =
59-
numpydoc>=1.1
60-
sphinx>=3
61-
sphinx-gallery>=0.8
62-
sphinx-rtd-theme>=0.5
59+
m2r2>=0.2.8,<1
60+
scipy>=1.1.0,<2
61+
matplotlib>=3,<4
62+
perfplot>=0.8,<1
63+
numpydoc>=1.1,<2
64+
sphinx>=3,<4
65+
sphinx-gallery>=0.8,<1
66+
sphinx-rtd-theme>=0.5,<1
6367
test =
64-
coverage[toml]>=5.2.1
65-
pytest>=6.0
66-
pytest-cov>=2.11.0
68+
coverage[toml]>=5.2.1,<6
69+
pytest>=6.0,<7
70+
pytest-cov>=2.11.0,<3

0 commit comments

Comments
 (0)