|
| 1 | +name: dask-distributed |
| 2 | +channels: |
| 3 | + - conda-forge |
| 4 | +dependencies: |
| 5 | + - python-freethreading=3.14 |
| 6 | + - packaging |
| 7 | + - pip |
| 8 | + - asyncssh |
| 9 | + - bokeh>3 |
| 10 | + - click |
| 11 | + - cloudpickle |
| 12 | + - coverage |
| 13 | + # conda variant of dask depends on cytoolz, which is not available |
| 14 | + # on conda yet. Manually install dask dependencies from conda below. |
| 15 | + # - dask # overridden by git tip below; pulls in optional dependencies |
| 16 | + - fsspec # overridden by git tip below |
| 17 | + # - gilknocker # Makes no sense in free-threading |
| 18 | + # - h5py # Not available for 3.14t |
| 19 | + # - ipykernel # Not available for 3.14t |
| 20 | + - ipywidgets |
| 21 | + - jinja2 |
| 22 | + - jupyter_events |
| 23 | + # - jupyter-server-proxy # Not available for 3.14t |
| 24 | + # - jupyterlab # Not available for 3.14t |
| 25 | + - locket |
| 26 | + # FIXME https://github.com/msgpack/msgpack-python/issues/613 |
| 27 | + # Install placeholder to prevent distributed below from compiling the C extension from |
| 28 | + # sources. tests.yml will replace this with a pure-python variant. |
| 29 | + - msgpack-python |
| 30 | + - netcdf4 |
| 31 | + - paramiko |
| 32 | + - pre-commit |
| 33 | + - prometheus_client |
| 34 | + - psutil |
| 35 | + - pyarrow |
| 36 | + - pytest |
| 37 | + - pytest-cov |
| 38 | + - pytest-faulthandler |
| 39 | + - pytest-repeat |
| 40 | + - pytest-rerunfailures |
| 41 | + - pytest-timeout |
| 42 | + - requests |
| 43 | + - scikit-learn |
| 44 | + - scipy |
| 45 | + - sortedcollections |
| 46 | + - tblib |
| 47 | + - toolz |
| 48 | + - tornado |
| 49 | + - zict # overridden by git tip below |
| 50 | + - zstandard |
| 51 | + |
| 52 | + ##### 3.14t temporary hacks |
| 53 | + # packages normally pulled in by the `dask` conda package |
| 54 | + - dask-core |
| 55 | + # - cytoolz # conda package for 3.14t not yet available; installed via pip below |
| 56 | + - lz4 |
| 57 | + - numpy |
| 58 | + - pandas>=3 # Actually need >=3.0.1 due to severe race conditions in 3.0 |
| 59 | + # (https://github.com/pandas-dev/pandas/pull/63783) |
| 60 | + # Until 3.0.1 is released, this is temporarily overridden |
| 61 | + # by pandas git below. |
| 62 | + - pyarrow |
| 63 | + - bokeh |
| 64 | + - jinja2 |
| 65 | + - pyyaml |
| 66 | + - sortedcontainers |
| 67 | + - urllib3 |
| 68 | + ##### end 3.14t hacks |
| 69 | + |
| 70 | + - pip: |
| 71 | + - git+https://github.com/dask/dask |
| 72 | + - git+https://github.com/dask/zict |
| 73 | + - git+https://github.com/fsspec/filesystem_spec |
| 74 | + - keras |
| 75 | + |
| 76 | + ##### 3.14t temporary hacks |
| 77 | + - cytoolz # conda package for 3.14t not yet available |
| 78 | + - git+https://github.com/pandas-dev/pandas.git@3.0.x # Need pandas 3.0.1 |
| 79 | + ##### end 3.14t hacks |
0 commit comments