Skip to content

Commit 54b2dbd

Browse files
committed
pin minimum astroquery version in individual requirements files
1 parent fcf4b49 commit 54b2dbd

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

tutorials/FITS-cubes/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
matplotlib
44
numpy
55
reproject
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
matplotlib
44
numpy
55
scipy

tutorials/SpectroscopicDataReductionBasics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
IPython
44
numpy
55
PIL
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
matplotlib
44
numpy
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
matplotlib
44
numpy

tutorials/color-excess/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
dust_extinction
44
matplotlib
55
numpy

tutorials/gaia-galactic-orbits/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
gala
44
matplotlib
55
numpy

tutorials/vo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
astropy
2-
astroquery
2+
astroquery>=0.4.8.dev9474 # 2024-09-24 pinned for Gaia column capitalization issue
33
matplotlib
44
numpy

0 commit comments

Comments
 (0)