Skip to content

Commit

Permalink
MNT: Another attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 15, 2024
1 parent 467a3f2 commit 4a1bb2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion continuous_integration/environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependencies:
- scipy
- matplotlib
- gdal
- netcdf4
- netcdf4>=1.7.1 # [not win]
- netcdf4<1.7.1 # [win]
- pandas
- pytest
- wradlib
Expand Down

0 comments on commit 4a1bb2a

Please sign in to comment.