From 6afe2d5ed7d9e74dcee3844066a7713a6bbaf0a1 Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Tue, 12 Mar 2024 13:29:46 +0100 Subject: [PATCH] fix: installing solara using pixi failing (#553) 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]