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
8 changes: 4 additions & 4 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.11.0+cu128",
"torch==2.12.1+cu126",
"torch-geometric==2.8.0",
"torch-optimizer==0.3.0",
"torch_scatter==2.1.2+pt211cu128",
"torch_sparse==0.6.18+pt211cu128"
"torch_scatter==2.1.2+pt212cu126",
"torch_sparse==0.6.18+pt212cu126"
]

# 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.11.0+cu128.html"
"https://data.pyg.org/whl/torch-2.12.0+cu126.html"
]
231 changes: 122 additions & 109 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.11.0+cu128",
"torch==2.12.1+cu126",
"torch-optimizer==0.3.0"
]

Expand Down
161 changes: 85 additions & 76 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.11.0+cu128",
"torch==2.12.1+cu126",
"torch-optimizer==0.3.0",
"xarray==2024.11.0"
]
Expand Down
161 changes: 85 additions & 76 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.11.0+cu128",
"torch==2.12.1+cu126",
"torch-optimizer==0.3.0"
]

Expand Down
161 changes: 85 additions & 76 deletions weather-forecast/gravity-wave-drag/cnns/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions weather-forecast/nwp-emulation/panguweather/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies = [
"lightning==2.5.1",
"omegaconf==2.3.0",
"timm==1.0.15",
"torch==2.11.0+cu128",
"torchvision==0.26.0+cu128",
"torch==2.12.1+cu126",
"torchvision==0.27.1+cu126",
"xarray==2024.10.0",
"zarr==2.18.7"
]
Expand Down
198 changes: 102 additions & 96 deletions weather-forecast/nwp-emulation/panguweather/uv.lock

Large diffs are not rendered by default.

Loading