From bf39640480889030046e9f6b3979e403634e12b0 Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Tue, 12 Mar 2024 12:04:55 +0100 Subject: [PATCH] fix: installing solara using pixi failing Failure was due to us attemting to create a folder called "prefix" in the environment main folder, while a file with the same name is created by pixi. This PR should fix https://github.com/widgetti/solara/issues/552. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43938c09f..226829aee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,6 @@ dependencies = [ ] [tool.hatch.build.targets.wheel.shared-data] -"prefix" = "prefix" "prefix/etc/jupyter" = "etc/jupyter" [tool.hatch.version]