Skip to content

Commit d76a7ab

Browse files
committed
fix: relax numpy version requirement
In NumPy release 1.23.2, Python 3.11 support was added. See https://github.com/numpy/numpy/releases/tag/v1.23.2.
1 parent 7ba39ce commit d76a7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"rich>=14.0.0",
1515
"python-dotenv>=1.1.0",
1616
"watchfiles>=1.1.0",
17-
"numpy>=2.3.1",
17+
"numpy>=1.23.2",
1818
]
1919
license = "Apache-2.0"
2020
urls = { Homepage = "https://cocoindex.io/" }

0 commit comments

Comments
 (0)