Skip to content

Commit f7b6564

Browse files
committed
Revert "Try bumping mypy"
This reverts commit ba16174.
1 parent 03a1998 commit f7b6564

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies:
4242
- numexpr>=2.8.4
4343
- openpyxl>=3.1.0
4444
- odfpy>=1.4.1
45+
- py
4546
- psycopg2>=2.9.6
4647
- pyarrow>=10.0.1
4748
- pymysql>=1.0.2
@@ -76,7 +77,7 @@ dependencies:
7677

7778
# code checks
7879
- flake8=6.1.0 # run in subprocess over docstring examples
79-
- mypy=1.11.2 # pre-commit uses locally installed mypy
80+
- mypy=1.9.0 # pre-commit uses locally installed mypy
8081
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
8182
- pre-commit>=3.6.0
8283

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ numba>=0.56.4
3131
numexpr>=2.8.4
3232
openpyxl>=3.1.0
3333
odfpy>=1.4.1
34+
py
3435
psycopg2-binary>=2.9.6
3536
pyarrow>=10.0.1
3637
pymysql>=1.0.2
@@ -53,7 +54,7 @@ moto
5354
flask
5455
asv>=0.6.1
5556
flake8==6.1.0
56-
mypy==1.11.2
57+
mypy==1.9.0
5758
tokenize-rt
5859
pre-commit>=3.6.0
5960
gitpython

0 commit comments

Comments
 (0)