We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46982d commit c344457Copy full SHA for c344457
pyproject.toml
@@ -8,4 +8,4 @@ name = "rl4greencrab" # rename this if you plan to publish to test PyPI
8
# You will learn how to setup dynamic versioning in a followup tutorial.
9
version = "1.0.0"
10
11
-dependencies = ["gymnasium"]
+dependencies = ["gymnasium", "numpy", "scipy", "stable-baselines3", "sb3-contrib", "yaml"]
0 commit comments