-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (37 loc) · 862 Bytes
/
pyproject.toml
File metadata and controls
37 lines (37 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "py4stat-public"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"contextily>=1.7.0",
"duckdb>=1.4.4",
"geopandas>=1.1.2",
"httpx==0.28.1",
"ipykernel==7.1.0",
"ipython==9.9.0",
"markdown==3.10.1",
"matplotlib==3.10.8",
"matplotlib-inline==0.2.1",
"notebook==7.5.3",
"numpy==2.4.1",
"pandas==3.0.0",
"pandas-stubs~=3.0.0",
"plotly>=6.5.2",
"pydantic==2.12.5",
"pyrefly>=0.52.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"scikit-learn>=1.8.0",
"scipy>=1.17.0",
"seaborn>=0.13.2",
"sqlalchemy==2.0.46",
"tqdm>=4.67.3",
"traitlets==5.14.3",
"truststore>=0.10.4",
"typing-inspection==0.4.2",
"tzdata==2025.3",
"uri-template==1.3.0",
"urllib3>=2.6.3",
]