Skip to content

Commit

Permalink
Merge pull request #424 from GEMScienceTools/netcdf_requirements
Browse files Browse the repository at this point in the history
updates to netcdf4 requirements
  • Loading branch information
kirstybayliss committed Jun 28, 2024
2 parents 18182f6 + a786c74 commit 131af79
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements-py310-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nbstripout >= 0.3.0
notebook >= 5.0.0
pylint >= 2.1.1
rtree >= 0.9.4
netCDF4 < 1.7.0
#
# Generic
nbformat
Expand All @@ -28,6 +29,5 @@ tables
h3
pygmt
reportlab
netCDF4
igraph
pyvista
2 changes: 1 addition & 1 deletion requirements-py311-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nbstripout >= 0.3.0
notebook >= 5.0.0
pylint >= 2.1.1
rtree >= 0.9.4
netCDF4 < 1.7.0
#
# Generic
nbformat
Expand All @@ -28,6 +29,5 @@ tables
h3
pygmt
reportlab
netCDF4
igraph
pyvista
2 changes: 1 addition & 1 deletion requirements_linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nbstripout >= 0.3.0
notebook >= 5.0.0
pylint >= 2.1.1
rtree >= 0.9.4
netCDF4 < 1.7.0
#
# Generic
nbformat
Expand All @@ -28,7 +29,6 @@ tables
h3
pygmt
reportlab
netCDF4
igraph
pyvista
basemap
2 changes: 1 addition & 1 deletion requirements_macos_arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nbstripout >= 0.3.0
notebook >= 5.0.0
pylint >= 2.1.1
rtree >= 0.9.4
netCDF4 < 1.7.0
#
# Generic
nbformat
Expand All @@ -29,7 +30,6 @@ tables
h3
pygmt
reportlab
netCDF4
igraph
pyvista
basemap
2 changes: 1 addition & 1 deletion requirements_macos_x86_64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nbstripout >= 0.3.0
notebook >= 5.0.0
pylint >= 2.1.1
rtree >= 0.9.4
netCDF4 < 1.7.0

# Generic
nbformat
Expand All @@ -29,7 +30,6 @@ tables
h3
pygmt
reportlab
netCDF4
igraph
pyvista
basemap
2 changes: 1 addition & 1 deletion requirements_win64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nbstripout >= 0.3.0
notebook >= 5.0.0
pylint >= 2.1.1
rtree >= 0.9.4
netCDF4 < 1.7.0
#
# Generic
nbformat
Expand All @@ -28,7 +29,6 @@ tables
h3
pygmt
reportlab
netCDF4
igraph
pyvista
basemap
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def get_version():
'notebook >= 5.0.0',
'pylint >= 2.1.1',
'tables >= 3.7.0',
'netCDF4 < 1.7.0',
'nbformat',
'pyproj',
'rtree',
Expand All @@ -74,7 +75,6 @@ def get_version():
'tqdm',
'h3',
'reportlab',
'netCDF4',
'igraph',
# 'GDAL',
],
Expand Down

0 comments on commit 131af79

Please sign in to comment.