chore: Change versions, setup HPC
This commit is contained in:
parent
ea9cf12db0
commit
a5ee44b4c2
6 changed files with 367 additions and 365 deletions
|
|
@ -3,14 +3,16 @@ name = "project-ml"
|
|||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"datasets>=4.4.1",
|
||||
"lorem>=0.1.1",
|
||||
"matplotlib>=3.10.7",
|
||||
"numpy>=2.3.4",
|
||||
"optuna>=4.5.0",
|
||||
"torch>=2.9.0",
|
||||
"torchdata>=0.11.0",
|
||||
"torchvision>=0.24.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"optuna==4.5.0",
|
||||
"torch==2.9.0",
|
||||
"torchdata==0.7.1",
|
||||
"torchvision==0.24.0",
|
||||
]
|
||||
|
|
|
|||
Reference in a new issue