File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ dependencies:
42
42
- numexpr>=2.8.4
43
43
- openpyxl>=3.1.0
44
44
- odfpy>=1.4.1
45
- - py
46
45
- psycopg2>=2.9.6
47
46
- pyarrow>=10.0.1
48
47
- pymysql>=1.0.2
@@ -77,7 +76,7 @@ dependencies:
77
76
78
77
# code checks
79
78
- flake8=6.1.0 # run in subprocess over docstring examples
80
- - mypy=1.9.0 # pre-commit uses locally installed mypy
79
+ - mypy=1.11.2 # pre-commit uses locally installed mypy
81
80
- tokenize-rt # scripts/check_for_inconsistent_pandas_namespace.py
82
81
- pre-commit>=3.6.0
83
82
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ numba>=0.56.4
31
31
numexpr >= 2.8.4
32
32
openpyxl >= 3.1.0
33
33
odfpy >= 1.4.1
34
- py
35
34
psycopg2-binary >= 2.9.6
36
35
pyarrow >= 10.0.1
37
36
pymysql >= 1.0.2
54
53
flask
55
54
asv >= 0.6.1
56
55
flake8 == 6.1.0
57
- mypy == 1.9.0
56
+ mypy == 1.11.2
58
57
tokenize-rt
59
58
pre-commit >= 3.6.0
60
59
gitpython
You can’t perform that action at this time.
0 commit comments