Skip to content

Commit 964b785

Browse files
Jammy2211claude
authored andcommitted
build: raise scipy cap, relax threadpoolctl and SQLAlchemy pins
Raise scipy cap from <=1.15.2 to <=1.17.1, remove threadpoolctl upper bound, widen SQLAlchemy from ==2.0.32 to >=2.0.32,<2.1.0. Part of cross-ecosystem dependency sweep (PyAutoLabs/PyAutoConf#87). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 339a3be commit 964b785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ dependencies = [
3636
"numpydoc>=1.0.0",
3737

3838
"h5py>=3.11.0",
39-
"SQLAlchemy==2.0.32",
40-
"scipy<=1.15.2",
39+
"SQLAlchemy>=2.0.32,<2.1.0",
40+
"scipy<=1.17.1",
4141
"astunparse==1.6.3",
42-
"threadpoolctl>=3.1.0,<=3.2.0",
42+
"threadpoolctl>=3.1.0",
4343
"timeout-decorator==0.5.0",
4444
"xxhash<=3.4.1",
4545
"networkx==3.1",

0 commit comments

Comments
 (0)