We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a0504 commit 765b7c6Copy full SHA for 765b7c6
.gitignore
@@ -1 +1,3 @@
1
/pyLRT.egg-info/
2
+/build/
3
+/dist/
setup.py
@@ -11,5 +11,7 @@
11
url='https://github.com/EdGrrr/pyLRT',
12
install_requires=['xarray',
13
'numpy',
14
- 'scipy'],
+ 'scipy',
15
+ 'netCDF4',
16
+ 'matplotlib'],
17
packages=['pyLRT'],)
0 commit comments