Skip to content

Commit 1be18bb

Browse files
Update pyproject.toml
Remove numpy>=2.2.3 threshold
1 parent 71bad95 commit 1be18bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
dependencies = [
3838
"pydantic>=2.10.6",
3939
"oqd-compiler-infrastructure@git+https://github.com/openquantumdesign/oqd-compiler-infrastructure",
40-
"numpy>=2.2.3",
40+
"numpy",
4141
]
4242

4343
[project.optional-dependencies]

0 commit comments

Comments
 (0)