Skip to content

Commit 287f149

Browse files
authored
Add more optional dependencies to Python 3.13 CI builds (#12100)
1 parent 1f13e52 commit 287f149

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

continuous_integration/environment-3.13.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- mimesis
2626
- numpy>=2.2 # only tested here
2727
- pandas
28-
#- numba # not available for py 13
28+
- numba
2929
- flask
3030
- h5py
3131
# Temporarily removing to allow `numpy >=2` to be installed
@@ -59,18 +59,17 @@ dependencies:
5959
- lz4
6060
- psutil
6161
- requests
62-
#- scikit-image # not available for py 13
62+
- scikit-image
6363
- scikit-learn
6464
- scipy
6565
- python-snappy
66-
#- sparse # not available for py 13
66+
- sparse
6767
- cachey
6868
- python-graphviz
6969
- python-cityhash
7070
- python-xxhash
71-
#- mmh3 # only on pypi for py 13
71+
- mmh3
7272
- jinja2
7373
- pip
7474
- pip:
7575
- git+https://github.com/dask/distributed
76-
- mmh3

0 commit comments

Comments
 (0)