File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff 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
5858doc =
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
6367test =
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
You can’t perform that action at this time.
0 commit comments