We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762cb1b commit e70f463Copy full SHA for e70f463
pyproject.toml
@@ -43,7 +43,7 @@ dependencies = [
43
# OPTIONAL for cneuromax/fitting/deeplearning/
44
"diffusers==0.26.2", # Diffusion models
45
"transformers==4.37.2", # HuggingFace models & utils
46
- "datasets==2.16.1", # HuggingFace datasets
+ "datasets==2.17.0", # HuggingFace datasets
47
# MANDATORY for cneuromax/fitting/neuroevolution/
48
"mpi4py==3.1.5", # Inter-process communication
49
"torchrl==0.3.0", # For reinforcement/imitation Learning tasks
0 commit comments