Skip to content

Commit

Permalink
Update numpy requirement from <2,>=1 to >=1,<3 (#498)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and skshetry authored Oct 21, 2024
1 parent a70f1be commit bb6a107
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ dependencies = [
"pyyaml",
"tomlkit",
"tqdm",
"numpy",
'numpy>=1,<2; sys_platform == "win32"',
"numpy>=1,<3",
"pandas>=2.0.0",
"pyarrow",
"typing-extensions",
Expand Down

0 comments on commit bb6a107

Please sign in to comment.