Skip to content

Commit

Permalink
chore(pyproject.toml): remove upper bound constraint for numpy depend…
Browse files Browse the repository at this point in the history
…ency to allow newer versions
  • Loading branch information
yxlao committed Jan 10, 2025
1 parent dd474ab commit 04a1785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"numpy>=1.15.0,<=1.26.4",
"numpy>=1.15.0",
"open3d>=0.16.0",
"opencv-python>=4.5.1.48",
"matplotlib>=3.3.4",
Expand Down

0 comments on commit 04a1785

Please sign in to comment.