From ae7ba4c8cbdfa772e9c6eddc5af4f313872957a0 Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Mon, 18 Aug 2025 13:25:01 +0100 Subject: Switch from Jupyter to isolated Marimo notebooks --- pyproject.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 8ebc8f3..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,20 +0,0 @@ -[tool.poetry] -name = "analysis" -version = "0.1.0" -description = "" -authors = ["Paul Harrison "] -readme = "README.md" -packages = [{include = "analysis", from = "src"}] - -[tool.poetry.dependencies] -python = ">=3.12,<3.13" -jupyter = "^1.1.1" -numpy = "^2.1.0" -pandas = "^2.2.2" -matplotlib = "^3.9.2" -seaborn = "^0.13.2" -python-dotenv = "^1.0.1" - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" -- cgit v1.2.3