Skip to content

Commit

Permalink
pandas pre
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage committed Jun 16, 2024
1 parent 438e628 commit c4683d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-pandas-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.21", "numpy==2.0.0.rc2"]
numpy: ["numpy>=1.20.3,<2.0.0", "numpy==2.0.0.rc2"]
pandas: ["pandas==2.2.2"]
pint: ["pint==0.24"]

Expand Down Expand Up @@ -41,9 +41,9 @@ jobs:
restore-keys: |
pip-${{ matrix.python-version }}
- name: Install numpy
if: ${{ matrix.numpy != null }}
run: pip install "${{matrix.numpy}}"
# - name: Install numpy
# if: ${{ matrix.numpy != null }}
# run: pip install "${{matrix.numpy}}"

- name: Install pint
if: ${{ matrix.pint != null }}
Expand Down

0 comments on commit c4683d7

Please sign in to comment.