Skip to content

Commit

Permalink
remove rich dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashermann committed Jul 12, 2022
1 parent 1431a46 commit d517115
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions calvin_env/envs/play_table_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

# A logger for this file
log = logging.getLogger(__name__)
from rich.traceback import install

install(show_locals=True)


class PlayTableSimEnv(gym.Env):
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ omegaconf
opencv-python
pandas
pybullet
scipy
rich
scipy

0 comments on commit d517115

Please sign in to comment.