1
Fork 0

Merge pull request #32 from SELab-3-2026/ci/fix

This commit is contained in:
Tibo De Peuter 2026-04-09 16:21:13 +02:00 committed by GitHub
commit 4a96acf744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ mediapy==1.2.6
optax>=0.2.6
pyopengl>=3.1.10
pyopengl-accelerate>=3.1.10
pyyaml>=6.0
tyro>=1.0.10
wandb==0.24.2
torch>=2.4.0

View file

@ -13,7 +13,7 @@ import re
import sys
from pathlib import Path
ROOT = Path(__file__).parent.parent
ROOT = Path(__file__).resolve().parents[2]
def normalise(name: str) -> str: