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:
parent
758aa534ed
commit
11651088ed
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user