Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Feb 27, 2024
1 parent 403e730 commit 7ae1c6d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ classifiers = [
dependencies = [
"numpy",
"pandas",
"matplotlib", # Add other dependencies as required
"matplotlib",
"scipy",
"seaborn",
]

[project.urls]
Expand All @@ -47,6 +48,14 @@ docs = [
"jupyterlab",
"nbconvert",
]
dev = [
"pytest",
"pytest-cov",
"setuptools",
"wheel",
"twine",
"build",
]

[tool.bumpver]
current_version = "0.1.0"
Expand Down

0 comments on commit 7ae1c6d

Please sign in to comment.