Skip to content

Commit 4c68130

Browse files
author
stephta
committed
add flask-caching to environment
1 parent 4c53943 commit 4c68130

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

environment.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@ channels:
44
- defaults
55
dependencies:
66
- 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.*
1717
- pip
1818
- pip:
19-
- dash-vega-components==0.11.0
19+
- dash-vega-components==0.11.*
20+
- flask_caching==2.3.*

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ vegafusion-python-embed==1.6.*
1111
vl-convert-python==1.3.*
1212
pandas==2.2.*
1313
numpy==2.0.*
14-
plotly==5.20.*
14+
plotly==5.20.*
15+
flask_caching==2.3.*

0 commit comments

Comments
 (0)