Skip to content

Commit 22c930b

Browse files
committed
Pin Python to 3.8 and freeze for Netlify
1 parent 6c5fcd3 commit 22c930b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: ohw-site
22
channels:
33
- conda-forge
44
dependencies:
5-
- python>=3.10
5+
- python>=3.8,<3.9
66
# website/blog building
77
- myst-nb>=0.16.0
88
- sphinx>= 5.0.2
99
- jupytext
10+
- pre-commit
1011
# - sphinx-panels
1112
- ablog>=0.10.26
1213
- sphinx-autobuild>=2021.3.14

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ importlib-metadata==6.6.0
3838
importlib-resources==5.8.0
3939
invoke==1.7.1
4040
ipykernel==6.15.1
41-
ipython==8.13.2
41+
ipython==8.12.2
4242
ipython-genutils==0.2.0
4343
ipywidgets==8.0.6
4444
jedi==0.18.2
4545
Jinja2==3.1.2
4646
jsonschema==4.6.2
47-
jupyter-cache==0.5.0
47+
jupyter-cache==0.6.1
4848
jupyter-client==7.3.4
4949
jupyter_core==5.3.0
5050
jupyterlab-pygments==0.2.2
@@ -109,7 +109,7 @@ sphinxcontrib-htmlhelp==2.0.0
109109
sphinxcontrib-jsmath==1.0.1
110110
sphinxcontrib-qthelp==1.0.3
111111
sphinxcontrib-serializinghtml==1.1.5
112-
SQLAlchemy==1.4.46
112+
SQLAlchemy==2.0.15
113113
stack-data==0.3.0
114114
tabulate==0.8.10
115115
terminado==0.17.1
@@ -127,5 +127,5 @@ wcwidth==0.2.5
127127
webencodings==0.5.1
128128
wheel==0.37.1
129129
widgetsnbextension==4.0.7
130-
xarray==2023.5.0
130+
xarray==2022.11.0
131131
zipp==3.8.0

0 commit comments

Comments
 (0)