tournenrond / pyproject.toml
Lbasara's picture
Upload 4 files
4282592 verified
raw
history blame contribute delete
587 Bytes
[project]
name = "autoroute"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"matplotlib>=3.9.2",
"networkx>=3.4.2",
"osmnx>=2",
"pdfplumber>=0.11.4",
"plotly>=5.24.1",
"pymupdf>=1.24.13",
"pymupdf4llm>=0.0.17",
"pypdf2<3.0",
"pyvis>=0.3.2",
"scipy>=1.14.1",
"tabula-py>=2.10.0",
"tabula>=1.0.5",
"scikit-learn>=1.5.2",
"jupyterlab>=4.3.1",
"folium>=0.18.0",
"panel>=1.5.4",
"param>=2.1.1",
"mapclassify>=2.8.1",
"colorcet>=3.1.0",
]