Skip to content

Commit fff3994

Browse files
committed
Upinning some dependencies in the docs
1 parent 9756a55 commit fff3994

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/environment.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ channels:
44
- conda-forge
55

66
dependencies:
7-
- yarn=1
7+
- yarn=3
88
- jupyterlab >=4.0.7,<5
99
- notebook >=7.0.6,<8
1010
- pydata-sphinx-theme
1111
- jupyterlite-sphinx
1212
- pip:
13-
- jupyterlite-pyodide-kernel==0.2.0a2
14-
- jupyterlite-xeus-python==1.0.0a3
15-
- jupyterlite-core==0.2.0rc1
13+
- jupyterlite-pyodide-kernel
14+
- jupyterlite-core
1615
- ..

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ classifiers = [
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
2222
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
24+
"Programming Language :: Python :: 3.13",
25+
"Programming Language :: Python :: 3.14"
2326
]
2427
dependencies = [
2528
]

0 commit comments

Comments
 (0)