1
Fork 0
mirror of https://github.com/Steffo99/unimore-bda-3.git synced 2024-11-22 07:54:21 +00:00
bda-3-steffo/pyproject.toml
dependabot[bot] 1bbb5352a2
Bump pillow from 9.3.0 to 10.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 02:06:06 +00:00

28 lines
584 B
TOML

[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 = "^10.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"