chore: use micromamba and uv to manage python environment

This commit is contained in:
2026-03-18 17:46:11 +08:00
parent 431f6844ef
commit 5885702bed
10 changed files with 1066 additions and 1503 deletions

19
environment.yml Normal file
View File

@@ -0,0 +1,19 @@
name: mini-nav
channels:
- pytorch
- nvidia
- conda-forge
- aihabitat-nightly
dependencies:
- python=3.10
- pip
- habitat-sim=0.3.3
- withbullet
- pytorch
- torchvision
- pytorch-cuda=12.1
# Toolsets
- uv
- just
- git
- git-lfs