diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 20 |
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" |