Update Model State Page
This commit is contained in:
parent
6ed5a9c224
commit
a64e1ac41f
12 changed files with 1288 additions and 380 deletions
|
|
@ -65,7 +65,8 @@ dependencies = [
|
|||
"pydeck>=0.9.1,<0.10",
|
||||
"pypalettes>=0.2.1,<0.3",
|
||||
"ty>=0.0.2,<0.0.3",
|
||||
"ruff>=0.14.9,<0.15", "pandas-stubs>=2.3.3.251201,<3",
|
||||
"ruff>=0.14.9,<0.15",
|
||||
"pandas-stubs>=2.3.3.251201,<3",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
@ -118,6 +119,7 @@ platforms = ["linux-64"]
|
|||
|
||||
[tool.pixi.activation.env]
|
||||
SCIPY_ARRAY_API = "1"
|
||||
FAST_DATA_DIR = "./data"
|
||||
|
||||
[tool.pixi.system-requirements]
|
||||
cuda = "12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue