Skip to content

Commit fcac0eb

Browse files
committed
MAINT: Update pytest version and remove runtime deps
Remove unnecesssary runtime deps Update pythong to be >= 8.4.1
1 parent b9cb0d0 commit fcac0eb

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
xarray>=0.16
22
mypy>=1.3
33
black[jupyter]~=25.1.0
4-
pytest>=7.3.0,<8
4+
pytest>=8.4.1,<9
55
isort>=5.12
66
ipython
77
matplotlib

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8
44
isort
55
colorama
66
matplotlib
7-
pytest>=7.3.0,<8
7+
pytest>=8.4.1,<9
88
pytest-xdist
99
pytest-cov
1010
seaborn

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@ pandas>=1.4.0
33
scipy>=1.8.0
44
statsmodels>=0.13.0
55
mypy_extensions>=0.4
6-
Cython>=3.0.10
76
pyhdfe>=0.1
87
formulaic>=1.0.2
9-
# versioning
10-
setuptools_scm[toml]>=8.0.0,<9.0.0

0 commit comments

Comments
 (0)