Skip to content

Commit 74bc67e

Browse files
authored
Merge pull request #267 from PyAutoLabs/feature/dependency-sweep
build: raise caps on scipy, astropy, scikit-image, scikit-learn
2 parents f246cdd + 60d0148 commit 74bc67e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ classifiers = [
2323
keywords = ["cli"]
2424
dependencies = [
2525
"autoconf",
26-
"astropy>=5.0,<=6.1.2",
26+
"astropy>=5.0,<=7.2.0",
2727
"decorator>=4.0.0",
2828
"dill>=0.3.1.1",
2929
"matplotlib>=3.7.0",
30-
"scipy<=1.15.2",
31-
"scikit-image<=0.24.0",
32-
"scikit-learn<=1.5.1",
30+
"scipy<=1.17.1",
31+
"scikit-image<=0.26.0",
32+
"scikit-learn<=1.8.0",
3333
"tqdm"
3434
]
3535

0 commit comments

Comments
 (0)