Skip to content

Commit

Permalink
+ Include metpy back into requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Nov 8, 2019
1 parent 34d7df2 commit a6579cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ requirements:
- netCDF4
- pillow
- eccodes
- metpy
- basemap-data-hires
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ numpy>=1.14.0
netCDF4>=1.4.0
pillow>=5.0.0
eccodes>=2.13.0
metpy>=0.10.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
python_requires='>=3.6',
install_requires=['pillow>=6.0.0', 'matplotlib>=3.1.0', 'basemap>=1.2.0',
'numpy>=1.15.0', 'netCDF4>=1.4.0'],
'numpy>=1.15.0', 'netCDF4>=1.4.0', 'metpy>=0.10.0'],
entry_points={'console_scripts':
['sounding_converter=eurec4a_snd.L1_bufr:main',
'sounding_visualize=eurec4a_snd.make_quicklooks_rs41:main',
Expand Down

0 comments on commit a6579cb

Please sign in to comment.