Skip to content

Commit

Permalink
Add minimum required versions to all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gabefreedman committed Dec 1, 2022
1 parent 275f0d4 commit 1c2017f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
numpy>=1.16.3
scipy>=1.2.0
Cython>=0.28.5
numdifftools
scikit-sparse>=0.4.5
enterprise-pulsar>=3.1.0
pint-pulsar
astropy
matplotlib
pint-pulsar>=0.8.3
matplotlib>=3.2.0
numdifftools>=0.9.0
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"Cython>=0.28.5",
"scikit-sparse>=0.4.5",
"enterprise-pulsar>=3.1.0",
"pint-pulsar",
"astropy",
"matplotlib",
"numdifftools"
"pint-pulsar>=0.8.3",
"matplotlib>=3.2.0",
"numdifftools>=0.9.0"
]

test_requirements = [
Expand Down

0 comments on commit 1c2017f

Please sign in to comment.