We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f13e52 commit 287f149Copy full SHA for 287f149
1 file changed
continuous_integration/environment-3.13.yaml
@@ -25,7 +25,7 @@ dependencies:
25
- mimesis
26
- numpy>=2.2 # only tested here
27
- pandas
28
- #- numba # not available for py 13
+ - numba
29
- flask
30
- h5py
31
# Temporarily removing to allow `numpy >=2` to be installed
@@ -59,18 +59,17 @@ dependencies:
59
- lz4
60
- psutil
61
- requests
62
- #- scikit-image # not available for py 13
+ - scikit-image
63
- scikit-learn
64
- scipy
65
- python-snappy
66
- #- sparse # not available for py 13
+ - sparse
67
- cachey
68
- python-graphviz
69
- python-cityhash
70
- python-xxhash
71
- #- mmh3 # only on pypi for py 13
+ - mmh3
72
- jinja2
73
- pip
74
- pip:
75
- git+https://github.com/dask/distributed
76
- - mmh3
0 commit comments