Skip to content

Commit

Permalink
added dependcies from setup.py using poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
maca8e committed Jun 26, 2024
1 parent 2681208 commit 846746d
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,26 @@ documentation = "https://lipyd.readthedocs.io/"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
toml = "*"
numpy = "^2.0.0"
scipy = "^1.14.0"
matplotlib = "^3.9.0"
fastcluster = "^1.2.6"
pycurl = "^7.45.3"
fabric3 = "^1.14.post1"
lxml = "^5.2.2"
xlrd = "^2.0.1"
httplib2 = "^0.22.0"
seaborn = "^0.13.2"
openpyxl = "^3.1.4"
xlsxwriter = "^3.2.0"
future = "^1.0.0"
tqdm = "^4.66.4"
xmltodict = "^0.13.0"
bs4 = "^0.0.2"
regex = "^2024.5.15"
timeloop = "^1.0.2"

[tool.poetry.dev-dependencies]
pytest = ">=6.0"
Expand Down

0 comments on commit 846746d

Please sign in to comment.