Skip to content

Commit

Permalink
Minimum Requirements
Browse files Browse the repository at this point in the history
Changed the equality to allow for the packages to be the minimum version required
  • Loading branch information
kjkoeller committed Nov 17, 2022
1 parent c651618 commit b3ebc1f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
astropy==5.1.1
astroquery==0.4.6
ccdproc==2.4.0
matplotlib==3.3.1
numpy==1.19.1
pandas==1.1.0
PyAstronomy==0.18.0
scipy==1.5.2
statsmodels==0.13.5
tqdm==4.64.1
astropy>=5.1.1
astroquery>=0.4.6
ccdproc>=2.4.0
matplotlib>=3.3.1
numpy>=1.19.1
pandas>=1.1.0
PyAstronomy>=0.18.0
scipy>=1.5.2
statsmodels>=0.13.5
tqdm>=4.64.1

0 comments on commit b3ebc1f

Please sign in to comment.