Skip to content

Commit

Permalink
MNT: Attempted fix to pin netcdf for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Oct 15, 2024
1 parent fd19388 commit a79c7d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
numpy
scipy
netCDF4>=1.7.0
matplotlib
pooch
cftime
fsspec
s3fs
open_radar_data
xradar>=0.5.0
xradar
pandas
mda-xdrlib
xarray!=0.21.0
xarray
cartopy
pint
netCDF4==1.7.0;sys_platform=="Windows"

0 comments on commit a79c7d1

Please sign in to comment.