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).
This commit is contained in:
maxmunzel 2024-04-14 12:57:09 +02:00 committed by GitHub
parent 758aa534ed
commit 11651088ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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