Skip to content

Commit

Permalink
pipfreeze ignoring gymlib
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 26, 2024
1 parent 8227c5e commit 7bef3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pipfreeze.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
pip freeze >scripts/configs/requirements.txt
# Ignore gymlib because we install it manually inside _build_conda_env.sh (not from requirements.txt).
pip freeze | grep -v "^gymlib @" >scripts/configs/requirements.txt

0 comments on commit 7bef3e9

Please sign in to comment.