Skip to content

Commit 8e2fdcd

Browse files
committed
some dep version relaxing for tests
1 parent eb06b0b commit 8e2fdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m pip install .
4141
pip install xarray
4242
# pip install .
43-
pip install pandas
43+
pip install pandas>=3.0.0
4444
pip install rioxarray
4545
pip install pytest
4646
pip install pytest-cov

0 commit comments

Comments
 (0)