Skip to content

Commit 7142b14

Browse files
Merge pull request #101 from AI4SIM/private/main
Merge private into public
2 parents f790632 + 102c7d6 commit 7142b14

10 files changed

Lines changed: 488 additions & 442 deletions

File tree

reactive-flows/cnf-combustion/gnns/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies = [
1212
"omegaconf==2.3.0",
1313
"plotly==5.24.1",
1414
"tensorboard==2.18.0",
15-
"torch==2.11.0+cu128",
15+
"torch==2.12.1+cu126",
1616
"torch-geometric==2.8.0",
1717
"torch-optimizer==0.3.0",
18-
"torch_scatter==2.1.2+pt211cu128",
19-
"torch_sparse==0.6.18+pt211cu128"
18+
"torch_scatter==2.1.2+pt212cu126",
19+
"torch_sparse==0.6.18+pt212cu126"
2020
]
2121

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

6363
[tool.uv]
6464
find-links = [
65-
"https://data.pyg.org/whl/torch-2.11.0+cu128.html"
65+
"https://data.pyg.org/whl/torch-2.12.0+cu126.html"
6666
]

reactive-flows/cnf-combustion/gnns/uv.lock

Lines changed: 122 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reactive-flows/cnf-combustion/unets/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"lightning==2.4.0",
99
"omegaconf==2.3.0",
1010
"tensorboard==2.18.0",
11-
"torch==2.11.0+cu128",
11+
"torch==2.12.1+cu126",
1212
"torch-optimizer==0.3.0"
1313
]
1414

reactive-flows/cnf-combustion/unets/uv.lock

Lines changed: 85 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

weather-forecast/ecrad-3d-correction/unets/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"lightning==2.4.0",
1111
"omegaconf==2.3.0",
1212
"tensorboard==2.18.0",
13-
"torch==2.11.0+cu128",
13+
"torch==2.12.1+cu126",
1414
"torch-optimizer==0.3.0",
1515
"xarray==2024.11.0"
1616
]

weather-forecast/ecrad-3d-correction/unets/uv.lock

Lines changed: 85 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

weather-forecast/gravity-wave-drag/cnns/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = [
88
"lightning==2.4.0",
99
"omegaconf==2.3.0",
1010
"tensorboard==2.18.0",
11-
"torch==2.11.0+cu128",
11+
"torch==2.12.1+cu126",
1212
"torch-optimizer==0.3.0"
1313
]
1414

weather-forecast/gravity-wave-drag/cnns/uv.lock

Lines changed: 85 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

weather-forecast/nwp-emulation/panguweather/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ dependencies = [
88
"lightning==2.5.1",
99
"omegaconf==2.3.0",
1010
"timm==1.0.15",
11-
"torch==2.11.0+cu128",
12-
"torchvision==0.26.0+cu128",
11+
"torch==2.12.1+cu126",
12+
"torchvision==0.27.1+cu126",
1313
"xarray==2024.10.0",
1414
"zarr==2.18.7"
1515
]

weather-forecast/nwp-emulation/panguweather/uv.lock

Lines changed: 102 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)