File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ coverage==7.2.7
2
2
dirty-equals == 0.6.0
3
3
hypothesis == 6.79.4
4
4
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
5
- pandas == 2.0 .3 ; python_version >= "3.9" and python_version < "3.12 " and implementation_name == "cpython" and platform_machine == 'x86_64'
5
+ pandas == 2.1 .3 ; python_version >= "3.9" and python_version < "3.13 " and implementation_name == "cpython" and platform_machine == 'x86_64'
6
6
pytest == 7.4.3
7
7
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
8
8
pytest-codspeed ~= 2.2.0 ; implementation_name == "cpython" and platform_machine == 'x86_64'
@@ -13,5 +13,5 @@ pytest-pretty==1.2.0
13
13
pytest-timeout == 2.2.0
14
14
pytz == 2023.3.post1
15
15
# numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
16
- numpy == 1.25 .2 ; python_version >= "3.9" and python_version < "3.12 " and implementation_name == "cpython" and platform_machine == 'x86_64'
16
+ numpy == 1.26 .2 ; python_version >= "3.9" and python_version < "3.13 " and implementation_name == "cpython" and platform_machine == 'x86_64'
17
17
exceptiongroup == 1.1 ; python_version < "3.11"
You can’t perform that action at this time.
0 commit comments