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. 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
8- tables == 3.10.2
9- jupyter == 2.4.2
10- notebook == 7.3.0
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
4+ scipy >= 1.10.1 , < 1.13
5+ matplotlib >= 3.7.1 , < 3.9
6+ seaborn >= 0.12.0 , < 0.13
7+ scikit-learn >= 1.2.0 , < 1.4
8+ tables >= 3.10.0 , < 3.11
9+ jupyter >= 2.4.0 , < 2.5
10+ notebook >= 7.2.0 , < 7.4
1111
1212# Networking / async dependencies
13- anyio >= 4.5.2 ,< 5
13+ anyio >= 4.5.2 ,< 5 # was 4.12.1, range fixes Linux build
1414trio >= 0.23.0 ,< 1
1515h11 >= 0.14 ,< 1
1616
17- # Argon2 password hashing (platform-sensitive, use range )
17+ # Argon2 password hashing (platform-sensitive)
1818argon2-cffi >= 21.1.0 ,< 26
19- argon2-cffi-bindings >= 21.1.0 ,< 26
19+ argon2-cffi-bindings >= 21.1.0 ,< 26 # was 25.1.0, range fixes Linux build
2020
21- # Optional utilities
21+ # Utilities
2222tqdm >= 4.66 ,< 5
23- appnope >= 0.1.0 ,< 1 # macOS only, ignored on Linux
23+ appnope >= 0.1.0 ,< 1 # macOS only
You can’t perform that action at this time.
0 commit comments