From 11651088ed0e492884787f2a2c2d015f3bc2851f Mon Sep 17 00:00:00 2001 From: maxmunzel Date: Sun, 14 Apr 2024 12:57:09 +0200 Subject: [PATCH] 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). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f18b987..6fbb156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]