1
Fork 0

ci: fix action

This commit is contained in:
Tibo De Peuter 2026-04-09 15:53:09 +02:00
parent 70facf51cf
commit f6e050dc51
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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: