Skip to content

Commit 7b108f8

Browse files
committed
add pip libraries
1 parent b0d07a4 commit 7b108f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ def package_files(directory):
6969
'pathos',
7070
'tqdm',
7171
'pandas-datareader',
72-
'pillow'
72+
'pillow',
73+
'netcdf4',
74+
'iso3166'
7375
],
7476

7577
package_data={'': extra_files },

0 commit comments

Comments
 (0)