Skip to content

Commit

Permalink
allow numpy version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jun 28, 2024
1 parent 3d40ceb commit df57d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy>=1.11.0,<2.0.0
numpy>=1.11.0

2 comments on commit df57d96

@mhilik8
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi.
on my machine, the test:
https://github.com/borglab/gtsam/blob/develop/python/gtsam/tests/test_StereoVOExample.py
is crashing with numpy==2.0.0, but work fine with numpy=1.26.04.

@varunagrawal
Copy link
Collaborator Author

@varunagrawal varunagrawal commented on df57d96 Jul 28, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.