Skip to content

Commit

Permalink
add netCDF4 package
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleBonamy committed Jan 8, 2023
1 parent 95dc3b5 commit 334b478
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev-requirements.txt
@@ -1,3 +1,4 @@
netCDF4
numpy>=1.11
scipy>=1.7.3
matplotlib>=1.5
Expand Down
1 change: 1 addition & 0 deletions doc/requirements.txt
Expand Up @@ -2,5 +2,6 @@ Sphinx>=4
matplotlib
numpy
numpydoc
netCDF4
sphinx_gallery
sphinx-favicon
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def readme():
# Project uses reStructuredText, so ensure that the docutils get
# installed or upgraded on the target machine
install_requires=['numpy>=1.11', 'scipy>=1.7.3',
'matplotlib>=1.5'],
'matplotlib>=1.5', 'netCDF4'],
# metadata for upload to PyPI
author = "Cyrille Bonamy",
author_email = "cyrille.bonamy@univ-grenoble-alpes.fr",
Expand Down

0 comments on commit 334b478

Please sign in to comment.