-
-
Notifications
You must be signed in to change notification settings - Fork 719
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d24d62f
commit 7338996
Showing
8 changed files
with
68 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
name: dask-distributed | ||
channels: | ||
- conda-forge | ||
- defaults | ||
- pytorch | ||
dependencies: | ||
- python=3.9 | ||
- pip | ||
- asyncssh | ||
- bokeh | ||
- click | ||
- cloudpickle | ||
- dask # overridden by git tip below | ||
- filesystem-spec # overridden by git tip below | ||
- h5py | ||
- ipykernel | ||
- ipywidgets | ||
- joblib # overridden by git tip below | ||
- jupyter_client | ||
- lz4 # Only tested here | ||
- msgpack-python | ||
- netcdf4 | ||
- paramiko | ||
- prometheus_client | ||
- psutil | ||
- pytest | ||
- pytest-asyncio<0.14.0 | ||
- pytest-faulthandler | ||
- pytest-repeat | ||
- pytest-rerunfailures | ||
- pytest-timeout | ||
- python-blosc # Only tested here | ||
- python-snappy # Only tested here | ||
- pytorch # Only tested here | ||
- requests | ||
- s3fs # overridden by git tip below | ||
- scikit-learn | ||
- scipy | ||
- sortedcollections | ||
- tblib | ||
- toolz | ||
- torchvision # Only tested here | ||
- tornado=6 | ||
- zict # overridden by git tip below | ||
- zstandard | ||
- pip: | ||
- git+https://github.com/dask/dask | ||
- git+https://github.com/dask/s3fs | ||
- git+https://github.com/dask/zict | ||
- git+https://github.com/intake/filesystem_spec | ||
- git+https://github.com/joblib/joblib | ||
- keras |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters