Compare commits

..

3 Commits

Author SHA1 Message Date
Dominik Roth
da1bced018
Merge pull request #107 from maxmunzel/patch-1
Add toml to build requirements
2024-04-17 19:15:04 +02:00
maxmunzel
11651088ed
Add toml to build requirements
Without this change `pip install .` fails in a fresh conda env (tested with both python 3.7 and 3.11 on my mac).
2024-04-14 12:57:09 +02:00
Onur
758aa534ed
Merge pull request #100 from D-o-d-o-x/bruce_port_envs
Port Additions by Bruce to current version
2024-04-08 18:29:29 +02:00

View File

@ -41,7 +41,7 @@ requires-python = ">=3.7"
#"Repository" = "https://github.com/ALRhub/fancy_gym/" #"Repository" = "https://github.com/ALRhub/fancy_gym/"
[build-system] [build-system]
requires = ["setuptools>=61.0.0", "wheel"] requires = ["setuptools>=61.0.0", "wheel", "toml"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project.optional-dependencies] [project.optional-dependencies]