Skip to content

Commit

Permalink
Drop support for Pandas 2.0 in CI tests [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Apr 5, 2023
1 parent 175c6e8 commit 3738d7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py3.7-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- flake8
# - nc-time-axis
- numpy
- pandas
- pandas < 2.0
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.7-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- cftime
- flake8
- numpy
- pandas
- pandas < 2.0
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.8-all-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- flake8
# - nc-time-axis
- numpy
- pandas
- pandas < 2.0
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.8-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- flake8
# - nc-time-axis
- numpy
- pandas
- pandas < 2.0
- pip
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/py3.9-core-free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- flake8
# - nc-time-axis
- numpy
- pandas
- pandas < 2.0
- pip
- pytest
- pytest-cov
Expand Down

0 comments on commit 3738d7d

Please sign in to comment.