Skip to content

Commit 16c6589

Browse files
committed
not supported for NumPy 2
1 parent ce993e0 commit 16c6589

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "rxn_insight"
6+
name = "rxn-insight"
77
readme = "README.md"
88
requires-python = ">=3.8"
99
license = {file = "LICENSE"}
@@ -14,7 +14,7 @@ dependencies = [
1414
"rdchiral>=1.1.0",
1515
"pandas",
1616
"pyarrow>=15.0.2",
17-
"numpy",
17+
"numpy<=1.26.4",
1818
"tqdm",
1919
"openpyxl",
2020
"ipykernel",

0 commit comments

Comments
 (0)