Skip to content

Commit 1189385

Browse files
committed
updates
1 parent c2ce583 commit 1189385

1 file changed

Lines changed: 22 additions & 118 deletions

File tree

requirements.txt

Lines changed: 22 additions & 118 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,23 @@
1-
anyio>=4.5.2,<5
2-
appnope==0.1.4
3-
argon2-cffi==25.1.0
4-
argon2-cffi-bindings==25.1.0
5-
arrow==1.4.0
6-
asttokens==3.0.1
7-
async-lru==2.1.0
8-
attrs==25.4.0
9-
babel==2.17.0
10-
beautifulsoup4==4.14.3
11-
bleach==6.3.0
12-
blosc2==3.12.2
13-
certifi==2026.1.4
14-
cffi==2.0.0
15-
charset-normalizer==3.4.4
16-
comm==0.2.3
17-
contourpy==1.3.3
18-
cycler==0.12.1
19-
debugpy==1.8.19
20-
decorator==5.2.1
21-
defusedxml==0.7.1
22-
executing==2.2.1
23-
fastjsonschema==2.21.2
24-
fonttools==4.61.1
25-
fqdn==1.5.1
26-
h11==0.16.0
27-
httpcore==1.0.9
28-
httpx==0.28.1
29-
idna==3.11
30-
ipykernel==7.1.0
31-
ipython==9.9.0
32-
ipython_pygments_lexers==1.1.1
33-
ipywidgets==8.1.8
34-
isoduration==20.11.0
35-
jedi==0.19.2
36-
Jinja2==3.1.6
37-
joblib==1.5.3
38-
json5==0.13.0
39-
jsonpointer==3.0.0
40-
jsonschema==4.26.0
41-
jsonschema-specifications==2025.9.1
42-
jupyter==1.1.1
43-
jupyter-console==6.6.3
44-
jupyter-events==0.12.0
45-
jupyter-lsp==2.3.0
46-
jupyter_client==8.8.0
47-
jupyter_core==5.9.1
48-
jupyter_server==2.17.0
49-
jupyter_server_terminals==0.5.4
50-
jupyterlab==4.5.2
51-
jupyterlab_pygments==0.3.0
52-
jupyterlab_server==2.28.0
53-
jupyterlab_widgets==3.0.16
54-
kiwisolver==1.4.9
55-
lark==1.3.1
56-
MarkupSafe==3.0.3
57-
matplotlib==3.10.8
58-
matplotlib-inline==0.2.1
59-
mistune==3.2.0
60-
msgpack==1.1.2
61-
nbclient==0.10.4
62-
nbconvert==7.16.6
63-
nbformat==5.10.4
64-
ndindex==1.10.1
65-
nest-asyncio==1.6.0
66-
notebook==7.5.2
67-
notebook_shim==0.2.4
68-
numexpr==2.14.1
69-
numpy==2.4.1
70-
overrides==7.7.0
71-
packaging==25.0
72-
pandas==2.3.3
73-
pandocfilters==1.5.1
74-
parso==0.8.5
75-
pexpect==4.9.0
76-
pillow==12.1.0
77-
platformdirs==4.5.1
78-
prometheus_client==0.24.1
79-
prompt_toolkit==3.0.52
80-
psutil==7.2.1
81-
ptyprocess==0.7.0
82-
pure_eval==0.2.3
83-
py-cpuinfo==9.0.0
84-
pycparser==2.23
85-
Pygments==2.19.2
86-
pyparsing==3.3.1
87-
python-dateutil==2.9.0.post0
88-
python-json-logger==4.0.0
89-
pytz==2025.2
90-
PyYAML==6.0.3
91-
pyzmq==27.1.0
92-
referencing==0.37.0
93-
requests==2.32.5
94-
rfc3339-validator==0.1.4
95-
rfc3986-validator==0.1.1
96-
rfc3987-syntax==1.1.0
97-
rpds-py==0.30.0
98-
scikit-learn==1.8.0
99-
scipy==1.17.0
100-
seaborn==0.13.2
101-
Send2Trash==2.1.0
102-
six==1.17.0
103-
soupsieve==2.8.3
104-
stack-data==0.6.3
1+
# Core scientific packages
2+
numpy==1.27.0
3+
pandas==2.1.0
4+
scipy==1.12.1
5+
matplotlib==3.8.0
6+
seaborn==0.12.2
7+
scikit-learn==1.3.0
1058
tables==3.10.2
106-
terminado==0.18.1
107-
threadpoolctl==3.6.0
108-
tinycss2==1.4.0
109-
tornado==6.5.4
110-
traitlets==5.14.3
111-
typing_extensions==4.15.0
112-
tzdata==2025.3
113-
uri-template==1.3.0
114-
urllib3==2.6.3
115-
wcwidth==0.2.14
116-
webcolors==25.10.0
117-
webencodings==0.5.1
118-
websocket-client==1.9.0
119-
widgetsnbextension==4.0.15
9+
jupyter==2.4.2
10+
notebook==7.3.0
11+
12+
# Networking / async dependencies
13+
anyio>=4.5.2,<5
14+
trio>=0.23.0,<1
15+
h11>=0.14,<1
16+
17+
# Argon2 password hashing (platform-sensitive, use range)
18+
argon2-cffi>=21.1.0,<26
19+
argon2-cffi-bindings>=21.1.0,<26
20+
21+
# Optional utilities
22+
tqdm>=4.66,<5
23+
appnope>=0.1.0,<1 # macOS only, ignored on Linux

0 commit comments

Comments
 (0)