Skip to content

Commit 443258d

Browse files
reverting the scipy version because used in test data (#1469)
1 parent 6ec95ee commit 443258d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/commands/data/manifests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ package\_with\_extras\[security,docs]==0.1.0
8080

8181
# Environment marker (skip on Python>=3.8)
8282

83-
scipy==1.10.0; python_version < "3.8"
83+
scipy==1.5.2; python_version < "3.8"
8484

8585
# Combined ranges with comma
8686

test/integration/data/manifests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ package\_with\_extras\[security,docs]==0.1.0
8080

8181
# Environment marker (skip on Python>=3.8)
8282

83-
scipy==1.10.0; python_version < "3.8"
83+
scipy==1.5.2; python_version < "3.8"
8484

8585
# Combined ranges with comma
8686

0 commit comments

Comments
 (0)