Skip to content

Commit

Permalink
Revert "BLD: Pin numpy on 2.2.x" (#58093)
Browse files Browse the repository at this point in the history
Revert "BLD: Pin numpy on 2.2.x (#56812)"

This reverts commit 24ea67f.
  • Loading branch information
lithomas1 committed Apr 3, 2024
1 parent e9b81ee commit 0f83d50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ authors = [
license = {file = 'LICENSE'}
requires-python = '>=3.9'
dependencies = [
"numpy>=1.22.4,<2; python_version<'3.11'",
"numpy>=1.23.2,<2; python_version=='3.11'",
"numpy>=1.26.0,<2; python_version>='3.12'",
"numpy>=1.22.4; python_version<'3.11'",
"numpy>=1.23.2; python_version=='3.11'",
"numpy>=1.26.0; python_version>='3.12'",
"python-dateutil>=2.8.2",
"pytz>=2020.1",
"tzdata>=2022.7"
Expand Down

0 comments on commit 0f83d50

Please sign in to comment.