Commit 4c68130 stephta
committed
1 parent 4c53943 commit 4c68130 Copy full SHA for 4c68130
File tree 2 files changed +14
-12
lines changed
2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ channels:
4
4
- defaults
5
5
dependencies :
6
6
- python=3.11
7
- - ipykernel==6.29.5
8
- - nb_conda_kernels==2.5.1
9
- - altair-all==5.5.0
10
- - dash==2.18.2
11
- - dash-bootstrap-components==1.7.1
12
- - plotly==6.0.0
13
- - tabulate==0.9.0 # df.to_markdown()
14
- - lxml==5.3.0 # pd.read_html()
15
- - pandas==2.2.3
16
- - numpy==2.0.1
7
+ - ipykernel==6.29.*
8
+ - nb_conda_kernels==2.5.*
9
+ - altair-all==5.5.*
10
+ - dash==2.18.*
11
+ - dash-bootstrap-components==1.7.*
12
+ - plotly==6.0.*
13
+ - tabulate==0.9.* # df.to_markdown()
14
+ - lxml==5.3.* # pd.read_html()
15
+ - pandas==2.2.*
16
+ - numpy==2.0.*
17
17
- pip
18
18
- pip :
19
- - dash-vega-components==0.11.0
19
+ - dash-vega-components==0.11.*
20
+ - flask_caching==2.3.*
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ vegafusion-python-embed==1.6.*
11
11
vl-convert-python == 1.3.*
12
12
pandas == 2.2.*
13
13
numpy == 2.0.*
14
- plotly == 5.20.*
14
+ plotly == 5.20.*
15
+ flask_caching == 2.3.*
You can’t perform that action at this time.
0 commit comments