Skip to content

Commit 40aee68

Browse files
authored
Remove caps; pytest-cov already has all test deps
1 parent 8c6651e commit 40aee68

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

setup.cfg

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,19 @@ exclude =
6363

6464
[options.extras_require]
6565
doc =
66-
m2r2>=0.2.8,<1
67-
matplotlib>=3,<4
68-
meshzoo>=0.7,<1
69-
numpydoc>=1.1,<2
66+
m2r2>=0.2.8
67+
matplotlib>=3
68+
meshzoo>=0.7
69+
numpydoc>=1.1
7070
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
71+
pyvista>=0.29
72+
sphinx>=4
73+
sphinx-gallery>=0.8
74+
sphinx-rtd-theme>=1
7575
plotting =
76-
matplotlib>=3,<4
77-
pyvista>=0.29,<1
76+
matplotlib>=3
77+
pyvista>=0.29
7878
rust =
7979
gstools_core>=0.2.0,<1
8080
test =
81-
coverage[toml]>=5.2.1,<6
82-
pytest>=6.0,<7
83-
pytest-cov>=2.11.0,<3
81+
pytest-cov>=3

0 commit comments

Comments
 (0)