We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6651e commit 40aee68Copy full SHA for 40aee68
setup.cfg
@@ -63,21 +63,19 @@ exclude =
63
64
[options.extras_require]
65
doc =
66
- m2r2>=0.2.8,<1
67
- matplotlib>=3,<4
68
- meshzoo>=0.7,<1
69
- numpydoc>=1.1,<2
+ m2r2>=0.2.8
+ matplotlib>=3
+ meshzoo>=0.7
+ numpydoc>=1.1
70
pykrige>=1.5,<2
71
- pyvista>=0.31,<1
72
- sphinx>=3,<4
73
- sphinx-gallery>=0.8,<1
74
- sphinx-rtd-theme>=0.5,<1
+ pyvista>=0.29
+ sphinx>=4
+ sphinx-gallery>=0.8
+ sphinx-rtd-theme>=1
75
plotting =
76
77
- pyvista>=0.29,<1
78
rust =
79
gstools_core>=0.2.0,<1
80
test =
81
- coverage[toml]>=5.2.1,<6
82
- pytest>=6.0,<7
83
- pytest-cov>=2.11.0,<3
+ pytest-cov>=3
0 commit comments