Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add package netCDF4
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 23, 2015
1 parent ab386c1 commit 7bb03a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pymyinstall/packaged/packaged_config.py
Expand Up @@ -166,6 +166,8 @@ def small_set():
#
ModuleInstall(
"pandas", "wheel", purpose="manipulate table as SQL in memory", usage="DATA/ML"),
ModuleInstall(
"netCDF4", "wheel", purpose="xray uses this module to save and read data (netCDF=Unidata network Common Data Form)"),
ModuleInstall(
"xray", "wheel", purpose="pandas like library for cubes (N-dimensional data)", usage="DATA/ML"),
ModuleInstall(
Expand Down

0 comments on commit 7bb03a1

Please sign in to comment.