Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jul 1, 2024
1 parent d9cafb5 commit 463f1dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ pyopenssl = "*"
rsa = "*"
packaging = "*"
# Currently, it is necessary to pin numpy explicitly.
# At present, our requirement is numpy != 2.0.0.
# For additional details, refer to: https://github.com/numpy/numpy/issues/26710
# Once this issue has been resolved, we should remove this explicit dependency.
# Ultimately, the dependency should be properly managed by pandas itself.
# Once this issue has been resolved, we should be able remove this explicit dependency.
numpy = { version = ">1.26.0,<2", optional = true }
pandas = { version = "^2", optional = true, extras = ["numpy"] }
ujson = { version = "*", optional = true }
Expand Down

0 comments on commit 463f1dd

Please sign in to comment.