Merge pull request #32 from SELab-3-2026/ci/fix
This commit is contained in:
commit
4a96acf744
2 changed files with 2 additions and 1 deletions
1
env/hpc/requirements.txt
vendored
1
env/hpc/requirements.txt
vendored
|
|
@ -14,6 +14,7 @@ mediapy==1.2.6
|
||||||
optax>=0.2.6
|
optax>=0.2.6
|
||||||
pyopengl>=3.1.10
|
pyopengl>=3.1.10
|
||||||
pyopengl-accelerate>=3.1.10
|
pyopengl-accelerate>=3.1.10
|
||||||
|
pyyaml>=6.0
|
||||||
tyro>=1.0.10
|
tyro>=1.0.10
|
||||||
wandb==0.24.2
|
wandb==0.24.2
|
||||||
torch>=2.4.0
|
torch>=2.4.0
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ import re
|
||||||
import sys
|
import sys
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
ROOT = Path(__file__).parent.parent
|
ROOT = Path(__file__).resolve().parents[2]
|
||||||
|
|
||||||
|
|
||||||
def normalise(name: str) -> str:
|
def normalise(name: str) -> str:
|
||||||
|
|
|
||||||
Reference in a new issue