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