Skip to content

Commit eca169c

Browse files
authored
Merge pull request #29 from robotpy/numpy-fix
Allow numpy prerelease too
2 parents 2ac7bb1 + a1e2d92 commit eca169c

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
@@ -138,7 +138,7 @@ min_version = "2025.0.0"
138138
#
139139

140140
[tool.meta.packages."numpy"]
141-
version = "==2.1.3"
141+
version = "==2.2.1.*"
142142
constraint = "platform_machine == 'roborio'" # only require on RoboRIO
143143

144144
[tool.meta.packages."robotpy-opencv"]

0 commit comments

Comments
 (0)