From 61a3f5fc45a5ba78300647727c718934b9797429 Mon Sep 17 00:00:00 2001 From: Lundez Date: Sun, 9 Apr 2023 11:57:16 +0200 Subject: [PATCH] WIP; on arm64 cannot build libraries --- .gitignore | 3 ++- env.yml | 10 ++-------- frontend/main.py | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3567b45..e9dbfa4 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,5 @@ dmypy.json .pyre/ cache/ -.idea/ \ No newline at end of file +.idea/ +.env diff --git a/env.yml b/env.yml index 34bd2be..bacce07 100644 --- a/env.yml +++ b/env.yml @@ -3,13 +3,7 @@ channels: - conda-forge dependencies: - python >=3.10,<3.11 - - ipykernel - - ipywidgets>=8.0.0 - - polars>=0.16.10 - requests>=2.28.2 - - beautifulsoup4>=4.11.0 - - jupyterlab - - Pyrosm - ruff - pre-commit - black @@ -17,7 +11,7 @@ dependencies: - pydantic - plotly>=5.13.1 - "uvicorn[standard]" + - streamlit=1.21.0 - pip: + - polars - osmnx - - streamlit - \ No newline at end of file diff --git a/frontend/main.py b/frontend/main.py index 001a6d9..935e036 100644 --- a/frontend/main.py +++ b/frontend/main.py @@ -11,7 +11,7 @@ import plotly.express as px import geopandas as gpd -token = "" +# token = "" px.set_mapbox_access_token(token) @st.cache_resource