Merge pull request #107 from maxmunzel/patch-1

Add toml to build requirements
This commit is contained in:
Dominik Roth
2024-04-17 19:15:04 +02:00
committed by GitHub
+1 -1
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]