File: environment-mindeps.yaml

package info (click to toggle)
dask.distributed 2024.12.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,588 kB
  • sloc: python: 96,954; javascript: 1,549; sh: 390; makefile: 220
file content (33 lines) | stat: -rw-r--r-- 692 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: dask-distributed
channels:
  - conda-forge
dependencies:
  - python=3.10
  - click=8.0
  - cloudpickle=3.0.0
  - cytoolz=0.11.2
  - jinja2=2.10.3
  - locket=1.0.0
  - msgpack-python=1.0.2
  - packaging=20.0
  - psutil=5.8.0
  - pyyaml=5.4.1
  - sortedcontainers=2.0.5
  - tblib=1.6.0
  - toolz=0.10.0
  - tornado=6.2.0
  - urllib3=1.26.5
  - zict=3.0.0
  # Temporary fix for https://github.com/pypa/setuptools/issues/4496
  - setuptools < 71
  # Distributed depends on the latest version of Dask
  - pip
  - pip:
    - git+https://github.com/dask/dask
  # test dependencies
  - pytest
  - pytest-cov
  - pytest-faulthandler
  - pytest-repeat
  - pytest-rerunfailures
  - pytest-timeout