Skip to content

Commit

Permalink
Require pandas>=1.2.0 to ensure Python 3.9 wheels are available.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Sep 16, 2024
1 parent 658aba9 commit 1ecd1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oldest-reqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ h5py==3.7.0; platform_machine == "arm64" or platform_system == "Darwin"
numpy==1.19.3; platform_machine != "arm64" or platform_system != "Darwin"
numpy==1.21.0; platform_machine == "arm64" and platform_system == "Darwin"
packaging==15.0
pandas==1.0.0; platform_machine != "arm64" or platform_system != "Darwin"
pandas==1.2.0; platform_machine != "arm64" or platform_system != "Darwin"
pandas==1.4.0; platform_machine == "arm64" and platform_system == "Darwin"
pytest==6.2.1
pytest-cov==2.10.1
Expand Down

0 comments on commit 1ecd1fd

Please sign in to comment.