diff --git a/tests/benchmarks/comparative/docker/benchmark_environment.yml b/tests/benchmarks/comparative/docker/benchmark_environment.yml index ba4064dd..6ec52e21 100644 --- a/tests/benchmarks/comparative/docker/benchmark_environment.yml +++ b/tests/benchmarks/comparative/docker/benchmark_environment.yml @@ -51,7 +51,10 @@ dependencies: - pycolmap>=3.11,<4 - pytest-benchmark - python=3.12 - - pytorch-gpu=2.11.0 + # Keep in sync with fvdb-core's env/build_environment.yml: the nightly builds the + # fvdb-core wheel in that env and installs it here, so a mismatch is an ABI break + # (undefined libtorch symbols at `import fvdb`), not a version warning. + - pytorch-gpu=2.13.0 - rich - scikit-build-core - scikit-learn