1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-3.git synced 2024-10-16 14:27:39 +00:00
bda-3-steffo/pyproject.toml

29 lines
583 B
TOML
Raw Permalink Normal View History

2022-11-25 08:23:40 +00:00
[tool.poetry]
name = "unimore_bda_3"
version = "0.1.0"
description = ""
authors = ["Stefano Pigozzi <me@steffo.eu>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
numpy = "^1.23.5"
scipy = "^1.9.3"
pandas = "^1.5.2"
matplotlib = "^3.6.2"
sortedcontainers = "^2.4.0"
httpx = "^0.24.1"
seaborn = "^0.12.2"
jupyter = "^1.0.0"
[tool.poetry.group.dev.dependencies]
sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
sphinx-autobuild = "^2021.3.14"
rinohtype = "^0.5.4"
pillow = "^9.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"