Skip to content

Commit 765b7c6

Browse files
committed
Updated setup.py
1 parent 20a0504 commit 765b7c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/pyLRT.egg-info/
2+
/build/
3+
/dist/

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@
1111
url='https://github.com/EdGrrr/pyLRT',
1212
install_requires=['xarray',
1313
'numpy',
14-
'scipy'],
14+
'scipy',
15+
'netCDF4',
16+
'matplotlib'],
1517
packages=['pyLRT'],)

0 commit comments

Comments
 (0)