We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3e30b commit c662203Copy full SHA for c662203
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
# MANDATORY for cneuromax/fitting/deeplearning/
47
"lightning==2.2.4",
48
# OPTIONAL for cneuromax/fitting/deeplearning/
49
- "transformers==4.40.2", # Pre-trained models published on Hugging Face
+ "transformers==4.41.0", # Pre-trained models published on Hugging Face
50
"diffusers==0.27.2", # Diffusion models published on Hugging Face
51
"timm==0.9.16", # Image models
52
"datasets==2.19.1", # Datasets published on Hugging Face
0 commit comments