Skip to content

Commit 9a89023

Browse files
committed
updates
1 parent 1db367f commit 9a89023

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
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
44
scipy>=1.10.1,<1.13
55
matplotlib>=3.7.1,<3.9
66
seaborn>=0.12.0,<0.13
77
scikit-learn>=1.2.0,<1.4
88
tables>=3.10.0,<3.11
9-
jupyter>=2.4.0,<2.5
9+
10+
# Notebook environment
1011
notebook>=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
1416
trio>=0.23.0,<1
1517
h11>=0.14,<1
1618

17-
# Argon2 password hashing (platform-sensitive)
19+
# Argon2 password hashing
1820
argon2-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
2224
tqdm>=4.66,<5
23-
appnope>=0.1.0,<1 # macOS only
25+
appnope>=0.1.0,<1 # macOS only

0 commit comments

Comments
 (0)