Skip to content

Commit c344457

Browse files
authored
Dependencies (#2)
* added .gitignore and .github/workflows * updated dependencies
1 parent a46982d commit c344457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name = "rl4greencrab" # rename this if you plan to publish to test PyPI
88
# You will learn how to setup dynamic versioning in a followup tutorial.
99
version = "1.0.0"
1010

11-
dependencies = ["gymnasium"]
11+
dependencies = ["gymnasium", "numpy", "scipy", "stable-baselines3", "sb3-contrib", "yaml"]

0 commit comments

Comments
 (0)