Skip to content

Commit

Permalink
Update package version requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
2749113159 authored Sep 3, 2024
1 parent 5ba5081 commit 6293826
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,9 @@ def loc(f):
'requests >= 2.20.0.',
'dill >= 0.3.1.1',
'tqdm',
'joblib'],
'joblib == 1.0.1',
'urllib3 == 1.26.3',
'astropy >= 4.3.1',
'pyymw16 == 2.0.7',
],
cmdclass={'develop': PostDevelopCommand})

0 comments on commit 6293826

Please sign in to comment.