github-actions[bot] commited on
Commit ·
ef479fa
1
Parent(s): 0de35d5
Deploy from GitHub Actions
Browse files- pyproject.toml +4 -1
- requirements.txt +2 -1
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -18,7 +18,6 @@ dependencies = [
|
|
| 18 |
"osmnx>=1.9.3",
|
| 19 |
"pandas>=2.2.3",
|
| 20 |
"plotly>=5.24.1",
|
| 21 |
-
"plotnine>=0.14.1",
|
| 22 |
"polars>=1.12.0",
|
| 23 |
"pygwalker>=0.4.9.13",
|
| 24 |
"pytest>=8.3.3",
|
|
@@ -29,9 +28,13 @@ dependencies = [
|
|
| 29 |
"streamlit>=1.40.0",
|
| 30 |
"watchdog>=5.0.3",
|
| 31 |
"xlsxwriter>=3.2.0",
|
|
|
|
| 32 |
]
|
| 33 |
|
| 34 |
[tool.uv]
|
| 35 |
dev-dependencies = [
|
| 36 |
"ipykernel>=6.29.5",
|
| 37 |
]
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
"osmnx>=1.9.3",
|
| 19 |
"pandas>=2.2.3",
|
| 20 |
"plotly>=5.24.1",
|
|
|
|
| 21 |
"polars>=1.12.0",
|
| 22 |
"pygwalker>=0.4.9.13",
|
| 23 |
"pytest>=8.3.3",
|
|
|
|
| 28 |
"streamlit>=1.40.0",
|
| 29 |
"watchdog>=5.0.3",
|
| 30 |
"xlsxwriter>=3.2.0",
|
| 31 |
+
"plotnine[all]",
|
| 32 |
]
|
| 33 |
|
| 34 |
[tool.uv]
|
| 35 |
dev-dependencies = [
|
| 36 |
"ipykernel>=6.29.5",
|
| 37 |
]
|
| 38 |
+
|
| 39 |
+
[tool.uv.sources]
|
| 40 |
+
plotnine = { git = "https://github.com/has2k1/plotnine" }
|
requirements.txt
CHANGED
|
@@ -15,4 +15,5 @@ plotly-express
|
|
| 15 |
altair
|
| 16 |
GDAL==3.6.2
|
| 17 |
folium
|
| 18 |
-
streamlit-folium
|
|
|
|
|
|
| 15 |
altair
|
| 16 |
GDAL==3.6.2
|
| 17 |
folium
|
| 18 |
+
streamlit-folium
|
| 19 |
+
plotnine[all]
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|