Skip to content

Commit 0fb1a5a

Browse files
committed
updates
1 parent 1189385 commit 0fb1a5a

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
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
1414
trio>=0.23.0,<1
1515
h11>=0.14,<1
1616

17-
# Argon2 password hashing (platform-sensitive, use range)
17+
# Argon2 password hashing (platform-sensitive)
1818
argon2-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
2222
tqdm>=4.66,<5
23-
appnope>=0.1.0,<1 # macOS only, ignored on Linux
23+
appnope>=0.1.0,<1 # macOS only

0 commit comments

Comments
 (0)