Skip to content

Commit 8283dc2

Browse files
committed
update pkg requirements for docs
1 parent dfcb48c commit 8283dc2

2 files changed

Lines changed: 49 additions & 14 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version: 2
1313
build:
1414
os: ubuntu-22.04
1515
tools:
16-
python: "3.11"
16+
python: "3.12"
1717

1818
# You can also specify other tool versions:
1919

docs/requirements.txt

Lines changed: 48 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,49 @@
1-
appdirs==1.4.3
1+
appdirs==1.4.4
2+
bleak==0.22.3
3+
certifi==2026.5.20
4+
charset-normalizer==3.4.7
25
click==7.1.2
3-
mne==0.24.1
4-
numpy==1.24.4
5-
pandas==1.3.4
6-
pyEDFlib==0.1.34
7-
pylsl==1.16.1
8-
PyYAML==6.0.1
9-
PyYAML==6.0.1
10-
scipy==1.11.1
11-
tornado==6.5.1
12-
sentry_sdk==2.8.0
13-
sphinx-rtd-theme==1.3.0
14-
sphinx==7.2.4
6+
colorama==0.4.6
7+
contourpy==1.3.3
8+
cycler==0.12.1
9+
decorator==5.3.1
10+
eeglabio==0.1.3
11+
fonttools==4.63.0
12+
idna==3.18
13+
Jinja2==3.1.6
14+
kiwisolver==1.5.0
15+
lazy-loader==0.5
16+
llvmlite==0.47.0
17+
MarkupSafe==3.0.3
18+
matplotlib==3.11.0
19+
mne==1.12.1
20+
numba==0.65.1
21+
numpy==2.1.3
22+
packaging==26.0
23+
pandas==3.0.3
24+
pillow==12.2.0
25+
platformdirs==4.10.0
26+
pooch==1.9.0
27+
pyEDFlib==0.1.42
28+
pylsl==1.18.2
29+
pyparsing==3.3.2
30+
pyserial==3.5
31+
python-dateutil==2.9.0.post0
32+
PyYAML==6.0.3
33+
requests==2.34.2
34+
scipy==1.17.1
35+
sentry-sdk==2.8.0
36+
setuptools==82.0.1
37+
six==1.17.0
38+
tqdm==4.68.2
39+
tzdata==2026.2
40+
urllib3==2.7.0
41+
wheel==0.46.3
42+
winrt-runtime==2.3.0
43+
winrt-Windows.Devices.Bluetooth==2.3.0
44+
winrt-Windows.Devices.Bluetooth.Advertisement==2.3.0
45+
winrt-Windows.Devices.Bluetooth.GenericAttributeProfile==2.3.0
46+
winrt-Windows.Devices.Enumeration==2.3.0
47+
winrt-Windows.Foundation==2.3.0
48+
winrt-Windows.Foundation.Collections==2.3.0
49+
winrt-Windows.Storage.Streams==2.3.0

0 commit comments

Comments
 (0)