Skip to content

Commit 7ff03a2

Browse files
author
Vincent Moens
committed
[CI] Fix gymnasium version in minari
ghstack-source-id: 06c5f1e Pull Request resolved: #2512
1 parent 9332809 commit 7ff03a2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/unittest/linux_libs/scripts_minari/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ dependencies:
1818
- scipy
1919
- hydra-core
2020
- minari[gcs,hdf5]
21+
- gymnasium<1.0.0

.github/unittest/linux_libs/scripts_robohive/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ dependencies:
2626
- patchelf
2727
- mujoco==2.3.3
2828
- dm_control==1.0.11
29+
- numpy<2.0.0

.github/unittest/linux_libs/scripts_robohive/install_and_run_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ set -v
1212
eval "$(./conda/bin/conda shell.bash hook)"
1313
conda activate ./env
1414

15-
#apt-get update -y && apt-get install git wget gcc g++ -y
16-
1715
if [ "${CU_VERSION:-}" == cpu ] ; then
1816
cudatoolkit="cpuonly"
1917
version="cpu"

0 commit comments

Comments
 (0)