Skip to content

Commit

Permalink
add numpy < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttdu authored Jul 9, 2024
2 parents 08dc77b + e960a9c commit a2c5768
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion notebooks/HSC/HSCV3_SMC_API/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astropy >= 5.3.3
fastkde == 1.0.30
matplotlib >= 3.7.1
numpy >= 1.24.3
numpy < 2.0.0
pandas >= 2.0.2
Requests >= 2.31.0
scipy >= 1.11.0
2 changes: 1 addition & 1 deletion notebooks/HSC/SWEEPS_HSCV3P1/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ astropy >= 5.3.3
fastkde == 1.0.30
mastcasjobs >= 0.0.5
matplotlib >= 3.7.1
numpy >= 1.24.3
numpy < 2.0.0
packaging >= 23.1
Pillow >= 9.5.0
Pillow >= 9.5.0
Expand Down
2 changes: 1 addition & 1 deletion notebooks/HSC/SWEEPS_HSCV3P1_API/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astropy >= 5.3.3
fastkde == 1.0.30
matplotlib >= 3.7.1
numpy >= 1.24.3
numpy < 2.0.0
Pillow >= 9.5.0
Pillow >= 9.5.0
Requests >= 2.31.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
lightkurve >= 2.4.2
numpy < 2.0.0
3 changes: 2 additions & 1 deletion notebooks/Kepler/creating_periodograms/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
lightkurve >= 2.4.2

# until matplotlib fixes an issue with get_renderer, we need:
matplotlib == 3.6.3
matplotlib == 3.6.3
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lightkurve >= 2.4.2
matplotlib >= 3.7.2
matplotlib >= 3.7.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
lightkurve >= 2.4.2
numpy < 2.0.0
1 change: 1 addition & 0 deletions notebooks/Kepler/plotting_lightcurves/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
astropy >= 5.3.3
astroquery==0.4.6
matplotlib==3.6.0
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
lightkurve >= 2.4.2
matplotlib >= 3.7.2
matplotlib >= 3.7.2
numpy < 2.0.0
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lightkurve >= 2.4.2
numpy < 2.0.0
3 changes: 2 additions & 1 deletion notebooks/TESS/asteroid_rotation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
astroquery >= 0.4.6
lightkurve >= 2.4.2
matplotlib >= 3.7.2
matplotlib >= 3.7.2
numpy < 2.0.0
1 change: 1 addition & 0 deletions notebooks/multi_mission/beginner_search/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
astropy >= 5.3.3
astroquery==0.4.6
matplotlib==3.6.0
numpy < 2.0.0

0 comments on commit a2c5768

Please sign in to comment.