File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Core scientific packages
2- numpy >= 1.24.0 ,< 1.25 # was 1.27.0, changed to range for Linux CI
3- pandas >= 2.0.3 ,< 2.2 # keep range compatible with Linux
2+ numpy >= 1.24.0 ,< 1.25
3+ pandas >= 2.0.3 ,< 2.2
44scipy >= 1.10.1 ,< 1.13
55matplotlib >= 3.7.1 ,< 3.9
66seaborn >= 0.12.0 ,< 0.13
77scikit-learn >= 1.2.0 ,< 1.4
88tables >= 3.10.0 ,< 3.11
9- jupyter >= 2.4.0 ,< 2.5
9+
10+ # Notebook environment
1011notebook >= 7.2.0 ,< 7.4
12+ jupyterlab >= 4.1.0 ,< 4.3
1113
1214# Networking / async dependencies
13- anyio >= 4.5.2 ,< 5 # was 4.12.1, range fixes Linux build
15+ anyio >= 4.5.2 ,< 5
1416trio >= 0.23.0 ,< 1
1517h11 >= 0.14 ,< 1
1618
17- # Argon2 password hashing (platform-sensitive)
19+ # Argon2 password hashing
1820argon2-cffi >= 21.1.0 ,< 26
19- argon2-cffi-bindings >= 21.1.0 ,< 26 # was 25.1.0, range fixes Linux build
21+ argon2-cffi-bindings >= 21.1.0 ,< 26
2022
2123# Utilities
2224tqdm >= 4.66 ,< 5
23- appnope >= 0.1.0 ,< 1 # macOS only
25+ appnope >= 0.1.0 ,< 1 # macOS only
You can’t perform that action at this time.
0 commit comments