Skip to content

Commit

Permalink
update environment yaml. resolve version conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
yun-long committed Mar 14, 2022
1 parent cbd64d3 commit acd1589
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: agileflight
name: agileflight0
channels:
- conda-forge
- pytorch
Expand Down Expand Up @@ -110,15 +110,14 @@ dependencies:
- zlib=1.2.11=h7b6447c_3
- zstd=1.4.9=haebb681_0
- pip:
- stable-baselines3==1.4.0
- stable-baselines3
- absl-py==1.0.0
- astroid==2.9.0
- astunparse==1.6.3
- cachetools==4.2.4
- casadi==3.5.5
- catkin-pkg==0.4.24
- charset-normalizer==2.0.7
- cloudpickle==2.0.0
- cycler==0.11.0
- data==0.4
- decorator==5.1.0
Expand Down Expand Up @@ -150,7 +149,6 @@ dependencies:
- opt-einsum==3.3.0
- packaging==21.2
- pandas==1.3.4
- pillow==8.4.0
- platformdirs==2.4.1
- protobuf==3.19.1
- pyasn1-modules==0.2.8
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt

This file was deleted.

4 changes: 3 additions & 1 deletion setup_py.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ unzip -o $project_path/flightmare/flightrender/RPG_Flightmare.zip -d $project_pa

echo "export FLIGHTMARE_PATH=$project_path/flightmare" >> ~/.bashrc

#
echo "Createing an conda environment from the environment.yaml file"

#
echo "Createing an conda environment from the environment.yaml file. Make sure you have anaconda installed"
conda env create -f environment.yaml

#
Expand Down

0 comments on commit acd1589

Please sign in to comment.