Skip to content

Commit

Permalink
Merge pull request #52 from 2749113159/master
Browse files Browse the repository at this point in the history
Update package version requirements in setup.py
  • Loading branch information
joerivanleeuwen authored Sep 3, 2024
2 parents 2bf460e + 6293826 commit 72623cd
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 72623cd

Please sign in to comment.