MaxAtoms commited on
Commit
2d0412b
·
unverified ·
1 Parent(s): d59e9e4

Pin dependency versions

Browse files

shinywidgets 0.3.4 is required.
Newer versions lead to ""AttributeError: 'NoneType' object has no attribute 'comm_id'"" errors.
This is caused because the ipywidget comm is closed by the reactive system of shiny.
We would need to replace the accesses to map.add and map.remove by a non-imperative pattern
in order to be able to upgrade shinywidgets.

Files changed (2) hide show
  1. app/requirements.txt +10 -10
  2. requirements.txt +0 -1
app/requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- faicons
2
- shiny
3
- shinywidgets
4
- plotly
5
- pandas
6
- ridgeplot
7
- ipyleaflet
8
- geopandas
9
- folium
10
- matplotlib
 
1
+ faicons==0.2.2
2
+ shiny==1.2.1
3
+ shinywidgets==0.3.4
4
+ plotly==5.24.1
5
+ pandas==2.2.3
6
+ ridgeplot==0.3.1
7
+ ipyleaflet==0.19.2
8
+ geopandas==1.0.1
9
+ folium==0.19.4
10
+ matplotlib==3.10.0
requirements.txt CHANGED
@@ -2,7 +2,6 @@ pyproj
2
  geopandas
3
  pandas
4
  matplotlib
5
- seaborn
6
  Ipython
7
  ipyleaflet
8
  folium
 
2
  geopandas
3
  pandas
4
  matplotlib
 
5
  Ipython
6
  ipyleaflet
7
  folium