aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2025-08-18 13:25:01 +0100
committerPaul Harrison <paul@harrison.sh>2025-08-18 13:25:01 +0100
commitae7ba4c8cbdfa772e9c6eddc5af4f313872957a0 (patch)
tree49c7de811214d8e1de3fa71da3b2dd1d549c81ac /pyproject.toml
parent12241dbc3852415867f0b9e16c115cfe26c3476a (diff)
Switch from Jupyter to isolated Marimo notebooksHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml20
1 files changed, 0 insertions, 20 deletions
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 <paul@harrison.sh>"]
-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"