forked from dask/distributed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment-3.11.yaml
50 lines (50 loc) · 1.07 KB
/
environment-3.11.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: dask-distributed
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- packaging
- pip
- asyncssh
- bokeh
- click
- cloudpickle
- coverage
- dask # overridden by git tip below
- filesystem-spec # overridden by git tip below
- gilknocker>=0.4.0
- h5py
- ipykernel <6.22.0 # https://github.com/dask/distributed/issues/7688
- ipywidgets <8.0.5 # https://github.com/dask/distributed/issues/7688
- jinja2
- locket >=1.0
- msgpack-python
- netcdf4
- paramiko
- pre-commit
- prometheus_client
- psutil
- pyarrow=7
- pytest
- pytest-cov
- pytest-faulthandler
- pytest-repeat
- pytest-rerunfailures
- pytest-timeout
- requests
- s3fs # overridden by git tip below
- scikit-learn
- scipy
- sortedcollections
- tblib
- toolz
- tornado >=6.2
- zict # overridden by git tip below
- zstandard >=0.9.0
- pip:
- git+https://github.com/dask/dask
- git+https://github.com/dask/s3fs
- git+https://github.com/dask/zict
- git+https://github.com/fsspec/filesystem_spec
- keras