Skip to content

Commit

Permalink
bump numpy to 1.26.0 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Faisal authored Sep 25, 2023
1 parent 79f4d0f commit d0f700b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ maintainers = [
license = {text = "Apache Software License"}
dependencies = [
"pandas<=2.0.2,>=0.25.0",
"numpy<=1.24.3,>=1.22.0",
"numpy<=1.26.0,>=1.22.0",
"ordered-set<=4.1.0,>=4.0.2",
"fugue<=0.9.0,>=0.8.6",
]
Expand Down Expand Up @@ -111,4 +111,4 @@ upgrade = [
"numpy",
"ordered-set",
"fugue",
]
]

0 comments on commit d0f700b

Please sign in to comment.