The pyproject.toml now actually works
This commit is contained in:
parent
ee573788fc
commit
b6c67b1adc
@ -24,8 +24,8 @@ classifiers = [
|
|||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11"
|
"Programming Language :: Python :: 3.11"
|
||||||
]
|
]
|
||||||
homepage = "https://github.com/ALRhub/fancy_gym/"
|
|
||||||
repository = "https://github.com/ALRhub/fancy_gym/"
|
requires-python = ">=3.7"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/ALRhub/fancy_gym/"
|
Homepage = "https://github.com/ALRhub/fancy_gym/"
|
||||||
@ -34,12 +34,10 @@ Homepage = "https://github.com/ALRhub/fancy_gym/"
|
|||||||
requires = ["setuptools>=51.0.0", "wheel"]
|
requires = ["setuptools>=51.0.0", "wheel"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project.scripts]
|
project.dependencies = [
|
||||||
# If you have any entry points (scripts), define them here.
|
"gymnasium>=0.26.0",
|
||||||
|
"mp_pytorch<=0.1.3"
|
||||||
[project.dependencies]
|
]
|
||||||
gymnasium = ">=0.26.0"
|
|
||||||
mp_pytorch = "<=0.1.3"
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dmc = ["shimmy[dm-control]", "Shimmy==1.0.0"]
|
dmc = ["shimmy[dm-control]", "Shimmy==1.0.0"]
|
||||||
@ -76,6 +74,3 @@ testing = [
|
|||||||
"jax>=0.4.0",
|
"jax>=0.4.0",
|
||||||
"jaxlib>=0.4.0"
|
"jaxlib>=0.4.0"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.python-requires]
|
|
||||||
python_version = ">=3.7"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user