We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a5239 commit 19ae46aCopy full SHA for 19ae46a
.github/unittest/linux_libs/scripts_habitat/setup_env.sh
@@ -70,7 +70,7 @@ conda env update --file "${this_dir}/environment.yml" --prune
70
conda install habitat-sim withbullet headless -c conda-forge -c aihabitat -y
71
git clone https://github.com/facebookresearch/habitat-lab.git
72
cd habitat-lab
73
-pip3 install -e habitat-lab
74
-pip3 install -e habitat-baselines # install habitat_baselines
75
-pip3 install "numpy<2.0"
+echo "numpy<2.0" > constraints.txt
+pip3 install -e habitat-lab --constraint constraints.txt
+pip3 install -e habitat-baselines --constraint constraints.txt # install habitat_baselines
76
conda run python -m pip install "gym[atari,accept-rom-license]" pygame
0 commit comments