Add an inference map
This commit is contained in:
parent
150f14ed52
commit
fb522ddad5
6 changed files with 580 additions and 251 deletions
14
pixi.lock
generated
14
pixi.lock
generated
|
|
@ -288,6 +288,7 @@ environments:
|
|||
- pypi: https://files.pythonhosted.org/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl
|
||||
- pypi: https://files.pythonhosted.org/packages/7a/31/7d601cc639b0362a213552a838af601105591598a4b08ec80666458083d2/stopuhr-0.0.10-py3-none-any.whl
|
||||
- pypi: https://files.pythonhosted.org/packages/2a/38/991bbf9fa3ed3d9c8e69265fc449bdaade8131c7f0f750dbd388c3c477dc/streamlit-1.50.0-py3-none-any.whl
|
||||
- pypi: https://files.pythonhosted.org/packages/72/35/d3cdab8cff94971714f866181abb1aa84ad976f6e7b6218a0499197465e4/streamlit_folium-0.25.3-py3-none-any.whl
|
||||
- pypi: https://files.pythonhosted.org/packages/31/cc/099fab5a73909a117e9689c7da4c39a248595187f0f30dd879ad1d2c34ce/tblib-3.2.1-py3-none-any.whl
|
||||
- pypi: https://files.pythonhosted.org/packages/e5/30/643397144bfbfec6f6ef821f36f33e57d35946c44a2352d3c9f0ae847619/tenacity-9.1.2-py3-none-any.whl
|
||||
- pypi: https://files.pythonhosted.org/packages/32/d5/f9a850d79b0851d1d4ef6456097579a9005b31fea68726a4ae5f2d82ddd9/threadpoolctl-3.6.0-py3-none-any.whl
|
||||
|
|
@ -1300,7 +1301,7 @@ packages:
|
|||
- pypi: ./
|
||||
name: entropice
|
||||
version: 0.1.0
|
||||
sha256: 4f45dd8bbe428416b7bcb3a904e31376735a9bbbc0d5438e91913e7477e3c0c0
|
||||
sha256: 9d3fd2f5a282082c9205df502797c350d94b3c8b588fe7d1662f5169589925a9
|
||||
requires_dist:
|
||||
- aiohttp>=3.12.11
|
||||
- bokeh>=3.7.3
|
||||
|
|
@ -1348,6 +1349,7 @@ packages:
|
|||
- streamlit>=1.50.0,<2
|
||||
- altair[all]>=5.5.0,<6
|
||||
- h5netcdf>=1.7.3,<2
|
||||
- streamlit-folium>=0.25.3,<0.26
|
||||
editable: true
|
||||
- pypi: git+ssh://git@forgejo.tobiashoelzer.de:22222/tobias/entropy.git#9ca1bdf4afc4ac9b0ea29ebbc060ffecb5cffcf7
|
||||
name: entropy
|
||||
|
|
@ -4560,6 +4562,16 @@ packages:
|
|||
- streamlit[auth,charts,pdf,snowflake,sql] ; extra == 'all'
|
||||
- rich>=11.0.0 ; extra == 'all'
|
||||
requires_python: '>=3.9,!=3.9.7'
|
||||
- pypi: https://files.pythonhosted.org/packages/72/35/d3cdab8cff94971714f866181abb1aa84ad976f6e7b6218a0499197465e4/streamlit_folium-0.25.3-py3-none-any.whl
|
||||
name: streamlit-folium
|
||||
version: 0.25.3
|
||||
sha256: cfdf085764da3f9b5e1e0668f6e4cc0385ff041c98133d023800983a875ca26c
|
||||
requires_dist:
|
||||
- streamlit>=1.13.0
|
||||
- folium>=0.13,!=0.15.0
|
||||
- jinja2
|
||||
- branca
|
||||
requires_python: '>=3.9'
|
||||
- conda: https://conda.anaconda.org/conda-forge/noarch/sympy-1.14.0-pyh2585a3b_105.conda
|
||||
sha256: 09d3b6ac51d437bc996ad006d9f749ca5c645c1900a854a6c8f193cbd13f03a8
|
||||
md5: 8c09fac3785696e1c477156192d64b91
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue