Skip to content

Commit

Permalink
no np2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Jun 9, 2024
1 parent b385051 commit 340f7ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pint-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
numpy: ["numpy>=1.20.3,<2.0.0", "numpy>=2.0.0rc2"]
numpy: ["numpy>=1.20.3,<2.0.0"]
pandas: ["pandas==2.2.2"]
pint: ["pint>=0.24"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pint-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
numpy: ["numpy>=1.20.3,<2.0.0", "numpy>=2.0.0rc2"]
numpy: ["numpy>=1.20.3,<2.0.0"]
pandas: ["pandas==2.2.2"]
pint: ["pint>=0.24"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
numpy: ["numpy>=1.20.3,<2.0.0", "numpy>=2.0.0rc2"]
numpy: ["numpy>=1.20.3,<2.0.0"]
pandas: ["pandas==2.2.2"]
pint: ["pint==0.24"]

Expand Down

0 comments on commit 340f7ec

Please sign in to comment.