File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
coverage == 7.2.7
2
2
dirty-equals == 0.6.0
3
3
hypothesis == 6.79.4
4
+ # TODO: remove manual override for dateutil once a version newer than 2.8.2 is
5
+ # released which removes use of deprecated utcfromtimestamp
6
+ git+https://github.com/dateutil/dateutil.git@f2293200747fb03d56c6c5997bfebeabe703576f
4
7
# 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'
8
+ pandas == 2.1 .3 ; python_version >= "3.9" and python_version < "3.13 " and implementation_name == "cpython" and platform_machine == 'x86_64'
6
9
pytest == 7.4.3
7
10
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
8
11
pytest-codspeed ~= 2.2.0 ; implementation_name == "cpython" and platform_machine == 'x86_64'
@@ -13,5 +16,5 @@ pytest-pretty==1.2.0
13
16
pytest-timeout == 2.2.0
14
17
pytz == 2023.3.post1
15
18
# 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'
19
+ numpy == 1.26 .2 ; python_version >= "3.9" and python_version < "3.13 " and implementation_name == "cpython" and platform_machine == 'x86_64'
17
20
exceptiongroup == 1.1 ; python_version < "3.11"
You can’t perform that action at this time.
0 commit comments