Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit cf9b7e3

Browse files
committed
downgraded numpy
1 parent e04f226 commit cf9b7e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
dependencies = [
2626
"sflkitlib>=0.0.1",
2727
"astor>=0.8.1",
28-
"numpy>=1.25.2",
28+
"numpy>=1.23.5",
2929
"matplotlib>=3.7.2",
3030
"sortedcollections>=2.1.0"
3131
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sflkitlib>=0.0.1
22
astor>=0.8.1
3-
numpy>=1.25.2
3+
numpy>=1.23.5
44
matplotlib>=3.7.2
55
sortedcollections>=2.1.0

0 commit comments

Comments
 (0)