From bd72531b0a50ab5acf66173ee4dbef063761693a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 12 Dec 2023 18:16:36 -0800 Subject: [PATCH 1/5] MAINT: gaia bug has been fixed upstream --- light_curves/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light_curves/requirements.txt b/light_curves/requirements.txt index f3a29cce..9dc71195 100644 --- a/light_curves/requirements.txt +++ b/light_curves/requirements.txt @@ -3,7 +3,7 @@ # the container supporting the science use case in question. acstools astropy -astroquery==0.4.7dev8479 # pinned for Gaia bug astropy/astroquery#2844 +astroquery hpgeom lightkurve matplotlib From 53bd8c58f062a226463e87e128f13b702f40bf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 12 Dec 2023 18:18:03 -0800 Subject: [PATCH 2/5] MAINT: adding numba as a requirement for the ML notebook --- light_curves/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/light_curves/requirements.txt b/light_curves/requirements.txt index 9dc71195..51246a98 100644 --- a/light_curves/requirements.txt +++ b/light_curves/requirements.txt @@ -15,3 +15,4 @@ tqdm alerce umap-learn[plot] git+https://github.com/sevamoo/SOMPY +numba From 40e7c048225900d5f881d4b9eab721b794ef6bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 12 Dec 2023 18:28:28 -0800 Subject: [PATCH 3/5] MAINT: actually, specifying to require a dev/pre release for astroquery rather than globally opt in for prereleases --- light_curves/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light_curves/requirements.txt b/light_curves/requirements.txt index 51246a98..435d68a0 100644 --- a/light_curves/requirements.txt +++ b/light_curves/requirements.txt @@ -3,7 +3,7 @@ # the container supporting the science use case in question. acstools astropy -astroquery +astroquery>=0.4.7.dev0 hpgeom lightkurve matplotlib From c69409db6cef6a5d0d53d2f94944915bf08f3cf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 12 Dec 2023 18:37:00 -0800 Subject: [PATCH 4/5] MAINT: systematically listing all directly imported dependencies --- light_curves/requirements-lc_classifier.txt | 7 ++++++- light_curves/requirements.txt | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/light_curves/requirements-lc_classifier.txt b/light_curves/requirements-lc_classifier.txt index 22b8937f..7bd5da42 100644 --- a/light_curves/requirements-lc_classifier.txt +++ b/light_curves/requirements-lc_classifier.txt @@ -1,6 +1,11 @@ # List python dependencies here to be installed at the start of the # notebook. Libraries can be removed from the list when they get shipped in # the container supporting the science use case in question. +numpy +pandas +matplotlib +astropy sktime tqdm -googledrivedownloader \ No newline at end of file +googledrivedownloader +scikit-learn diff --git a/light_curves/requirements.txt b/light_curves/requirements.txt index 435d68a0..f2f89777 100644 --- a/light_curves/requirements.txt +++ b/light_curves/requirements.txt @@ -4,12 +4,16 @@ acstools astropy astroquery>=0.4.7.dev0 +requests hpgeom lightkurve matplotlib numpy pandas +pyarrow pyvo +scikit-learn +scipy s3fs>=23.10.0 tqdm alerce From a575a1097bc8a59379015e6f301dde217f3a725a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 12 Dec 2023 21:08:50 -0800 Subject: [PATCH 5/5] MAINT: adding more requirements for the ML notebook --- light_curves/requirements-lc_classifier.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/light_curves/requirements-lc_classifier.txt b/light_curves/requirements-lc_classifier.txt index 7bd5da42..28829406 100644 --- a/light_curves/requirements-lc_classifier.txt +++ b/light_curves/requirements-lc_classifier.txt @@ -9,3 +9,5 @@ sktime tqdm googledrivedownloader scikit-learn +acstools +requests