Skip to content

Commit

Permalink
add missing dependencies for lux and llm envs (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard authored Sep 15, 2023
1 parent e80a16e commit 3019d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_version(rel_path):
"pettingzoo == 1.24.0",
"gymnasium == 0.29.0",
"stable-baselines3 == 2.1.0",
"transformers >= 4.33.1",
"scipy >= 1.11.2",
],
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 3019d2f

Please sign in to comment.