Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions reactive-flows/cnf-combustion/gnns/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ dependencies = [
"omegaconf==2.3.0",
"plotly==5.24.1",
"tensorboard==2.18.0",
"torch==2.8.0+cu128",
"torch-geometric==2.6.1",
"torch==2.11.0+cu128",
"torch-geometric==2.8.0",
"torch-optimizer==0.3.0",
"torch_scatter==2.1.2+pt28cu128",
"torch_sparse==0.6.18+pt28cu128"
"torch_scatter==2.1.2+pt211cu128",
"torch_sparse==0.6.18+pt211cu128"
]

# Nox will find here the python version that will be used
Expand Down Expand Up @@ -62,5 +62,5 @@ explicit = true

[tool.uv]
find-links = [
"https://data.pyg.org/whl/torch-2.8.0+cu128.html"
"https://data.pyg.org/whl/torch-2.11.0+cu128.html"
]
2,101 changes: 1,271 additions & 830 deletions reactive-flows/cnf-combustion/gnns/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion reactive-flows/cnf-combustion/unets/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"lightning==2.4.0",
"omegaconf==2.3.0",
"tensorboard==2.18.0",
"torch==2.8.0+cu128",
"torch==2.11.0+cu128",
"torch-optimizer==0.3.0"
]

Expand Down
399 changes: 260 additions & 139 deletions reactive-flows/cnf-combustion/unets/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies = [
"lightning==2.4.0",
"omegaconf==2.3.0",
"tensorboard==2.18.0",
"torch==2.8.0+cu128",
"torch==2.11.0+cu128",
"torch-optimizer==0.3.0",
"xarray==2024.11.0"
]
Expand Down
477 changes: 312 additions & 165 deletions weather-forecast/ecrad-3d-correction/unets/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion weather-forecast/gravity-wave-drag/cnns/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = [
"lightning==2.4.0",
"omegaconf==2.3.0",
"tensorboard==2.18.0",
"torch==2.8.0+cu128",
"torch==2.11.0+cu128",
"torch-optimizer==0.3.0"
]

Expand Down
393 changes: 257 additions & 136 deletions weather-forecast/gravity-wave-drag/cnns/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ dependencies = [
"lightning==2.5.1",
"omegaconf==2.3.0",
"timm==1.0.15",
"torch==2.8.0+cu128",
"torch==2.11.0+cu128",
"torchvision==0.26.0+cu128",
"xarray==2024.10.0",
"zarr==2.18.7"
]
Expand Down Expand Up @@ -47,6 +48,9 @@ data = []
torch = [
{ index = "pytorch" },
]
torchvision = [
{ index = "pytorch" },
]

[[tool.uv.index]]
name = "pytorch"
Expand Down
1,950 changes: 1,063 additions & 887 deletions weather-forecast/nwp-emulation/panguweather/uv.lock

Large diffs are not rendered by default.

Loading