Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading