Skip to content

Commit

Permalink
Merge pull request #326 from AaronDJohnson/pypi
Browse files Browse the repository at this point in the history
Get sksparse and libstempo from PyPI again - Let's-a go!
  • Loading branch information
vallis authored Nov 16, 2022
2 parents f1ca78e + be19cf2 commit c220cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ numpy>=1.16.3
scipy>=1.2.0
ephem>=3.7.6.0
healpy>=1.14.0
git+https://github.com/vallis/scikit-sparse@master
scikit-sparse>=0.4.5
pint-pulsar>=0.8.3
libstempo>=2.4.4
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"scipy>=1.2.0",
"ephem>=3.7.6.0",
"healpy>=1.14.0",
"scikit-sparse @ git+https://github.com/vallis/scikit-sparse@master", # was >=0.4.5
"scikit-sparse>=0.4.5",
"pint-pulsar>=0.8.3",
"libstempo @ git+https://github.com/vallis/libstempo@master", # was >=2.4.4
"libstempo>=2.4.4",
]

test_requirements = []
Expand Down

0 comments on commit c220cb6

Please sign in to comment.