Skip to content

Commit 72623cd

Browse files
Merge pull request #52 from 2749113159/master
Update package version requirements in setup.py
2 parents 2bf460e + 6293826 commit 72623cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,9 @@ def loc(f):
108108
'requests >= 2.20.0.',
109109
'dill >= 0.3.1.1',
110110
'tqdm',
111-
'joblib'],
111+
'joblib == 1.0.1',
112+
'urllib3 == 1.26.3',
113+
'astropy >= 4.3.1',
114+
'pyymw16 == 2.0.7',
115+
],
112116
cmdclass={'develop': PostDevelopCommand})

0 commit comments

Comments
 (0)