Skip to content

Commit

Permalink
Figure out the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zemogle committed Mar 27, 2023
1 parent fcc266b commit cf2ee22
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
21 changes: 9 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ classifiers = [
]
keywords = ["astronomy", "time-series", "analysis"]
dependencies = [
"astropy==5.2.1",
"astroquery==0.4.6",
"barycorrpy==0.4.4",
"beautifulsoup4==4.12.0",
"certifi==2022.12.7",
"click>=8.1.3",
"colorlog>=6.7.0",
"matplotlib>=3.7.1",
"numpy>=1.24.2",
"prettytable>=3.6.0",
"pytest==7.2.2",
"scipy>=1.10.1",
"astropy>=4.3.1",
"astroquery",
"barycorrpy",
"beautifulsoup4",
"click",
"colorlog",
"matplotlib",
"numpy>=1.17",
"prettytable",
]
requires-python = ">=3.7"

Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
astropy==5.2.1
astroquery==0.4.6
barycorrpy==0.4.4
beautifulsoup4==4.12.0
astropy>=4.2.1
astroquery
barycorrpy
beautifulsoup4
certifi==2022.12.7
click>=8.1.3
colorlog>=6.7.0
matplotlib>=3.7.1
numpy>=1.24.2
prettytable>=3.6.0
pytest==7.2.2
scipy>=1.10.1
click
colorlog
matplotlib
numpy>=1.20
prettytable
pytest
scipy>=1.5.0

0 comments on commit cf2ee22

Please sign in to comment.