Skip to content

Commit af08e7b

Browse files
authored
chore: update requirements files for latest possible python versions (#3739)
update requirements
1 parent b12fb69 commit af08e7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements-test-full.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
fsspec>=2022.11.0;sys_platform != "win32"
2-
jax[cpu]>=0.2.15;sys_platform != "win32" and python_version < "3.13"
3-
numba>=0.50.0;sys_platform != "win32" and python_version < "3.13"
4-
numexpr>=2.7; python_version < "3.14"
5-
pandas>=0.24.0;sys_platform != "win32" and python_version < "3.14"
6-
pyarrow>=12.0.0;sys_platform != "win32" and python_version < "3.14"
2+
jax[cpu]>=0.2.15;sys_platform != "win32"
3+
numba>=0.50.0;sys_platform != "win32" and python_version < "3.14"
4+
numexpr>=2.7
5+
pandas>=0.24.0;sys_platform != "win32"
6+
pyarrow>=12.0.0;sys_platform != "win32"
77
pytest>=6
88
pytest-cov
99
pytest-xdist

0 commit comments

Comments
 (0)