Switch to pyproject.toml
This commit is contained in:
parent
bd507c37c3
commit
0bf748869a
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "fancy_rl"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"gymnasium",
|
||||||
|
"pyyaml",
|
||||||
|
"torch",
|
||||||
|
"torchrl"
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user