-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (38 loc) · 872 Bytes
/
pyproject.toml
File metadata and controls
41 lines (38 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[project]
name = "dev-surrogates"
version = "1.0.0"
description = "Surrogate Models for Fluid Systems"
readme = "README.md"
authors = [
{ email = "tmarkmann@techfak.uni-bielefeld.de" }
]
requires-python = ">=3.11"
dependencies = [
"ffmpeg>=1.4",
"h5py>=3.14.0",
"hydra-colorlog>=1.2.0",
"hydra-core>=1.3.2",
"lightning[extra]==2.5.5",
"neuraloperator==1.0.2",
"pandas>=2.3.0",
"pyqt5>=5.15.11",
"rbc-gym",
"rich>=14.0.0",
"seaborn>=0.13.2",
"torch==2.7.1",
"torch-harmonics==0.7.3",
"torchmetrics==1.8.2",
"torchvision==0.22.1",
"wandb==0.20.1",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"ipywidgets>=8.1.8",
"ruff>=0.11.6",
]
[tool.uv.sources]
rbc-gym = { git = "https://github.com/HammerLabML/RBC-Gym" }