Skip to content
Snippets Groups Projects
Commit 93ede4b0 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

distributed fix dask dependency

parent 393e71b7
Branches pytorch-2.0
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ exts_defaultclass = 'PythonPackage' ...@@ -15,7 +15,7 @@ exts_defaultclass = 'PythonPackage'
dependencies = [ dependencies = [
('Python', '3.10.4'), ('Python', '3.10.4'),
('dask', '2022.10.2'), ('dask', '2022.10.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')), ('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('bokeh', '2.4.2', '', ('gcccoremkl', '11.3.0-2022.1.0')), ('bokeh', '2.4.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment