Skip to content
Snippets Groups Projects
Commit 32451c16 authored by Danilo Ferreira de Lima's avatar Danilo Ferreira de Lima
Browse files

Added dask as a requirement.

parent 1242701f
No related branches found
No related tags found
1 merge request!19Handle pedestal in PES and use GPU if available in BNN
Pipeline #120512 passed
......@@ -15,6 +15,7 @@ default:
#- pip install torch --index-url https://download.pytorch.org/whl/cpu
- pip install joblib scikit-learn
- pip install matplotlib lmfit seaborn extra_data
- pip install dask
stages:
- test
......
......@@ -30,6 +30,7 @@ dependencies = [
"lmfit",
"scikit-learn>=1.2.0",
"torch",
"dask",
]
[project.optional-dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment