Skip to content

Commit db7aed5

Browse files
authored
unbound scipy (#3752)
1 parent 4984580 commit db7aed5

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ env:
1111
PYTEST_ADDOPTS: "-v --color=yes -n auto --internet-tests --junitxml=test-data/test-results.xml"
1212
FORCE_COLOR: "1"
1313
MPLBACKEND: agg
14-
UV_CONSTRAINT: ci/constraints.txt
1514
# It’s impossible to ignore SyntaxWarnings for a single module,
1615
# so because leidenalg 0.10.0 has them, we pre-compile things: https://github.com/vtraag/leidenalg/issues/173
1716
UV_COMPILE_BYTECODE: "1"

ci/constraints.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/release-notes/3752.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove upper bound from `scipy` version {smaller}`P Angerer`

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ dependencies = [
5151
"fast-array-utils[accel,sparse]>=1.2.1",
5252
"matplotlib>=3.7.5",
5353
"pandas >=2.0.3",
54-
"scipy>=1.11.1,<1.16.0",
54+
"scipy>=1.11.1",
5555
"seaborn>=0.13.2",
5656
"h5py>=3.8.0",
5757
"tqdm",
5858
"scikit-learn>=1.1.3",
59-
"statsmodels>=0.14.4",
59+
"statsmodels>=0.14.5",
6060
"patsy!=1.0.0", # https://github.com/pydata/patsy/issues/215
6161
"networkx>=2.8.8",
6262
"natsort",

0 commit comments

Comments
 (0)