From 26c412f6fb9129937fe0ec10166ead16224e8b96 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Tue, 16 Jul 2024 11:36:21 +0200 Subject: [PATCH 1/2] Update download url for test data --- download_test_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_test_data.sh b/download_test_data.sh index fd4753e5..a4167c04 100755 --- a/download_test_data.sh +++ b/download_test_data.sh @@ -2,7 +2,7 @@ set -e -TEST_DATA_URL=${TEST_DATA_URL:-https://big-tank.app.tu-dortmund.de/lst-testdata/} +TEST_DATA_URL=${TEST_DATA_URL:-https://cloud.e5.physik.tu-dortmund.de/lst-testdata/} if [ -z "$TEST_DATA_USER" ]; then echo -n "Username: " From 6640a70da2d75b53f23ee40f29f8be85a9be7c22 Mon Sep 17 00:00:00 2001 From: Maximilian Linhoff Date: Tue, 16 Jul 2024 11:47:07 +0200 Subject: [PATCH 2/2] Pin scipy < 1.14 --- environment.yml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/environment.yml b/environment.yml index 5d295c19..495ec70f 100644 --- a/environment.yml +++ b/environment.yml @@ -19,3 +19,4 @@ dependencies: - zlib - pip - h5py + - scipy <1.14 diff --git a/setup.cfg b/setup.cfg index 12eed956..21b9e900 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,7 @@ install_requires= ctapipe >=0.19.0,<0.21.0a0 protozfits~=2.4 numpy>=1.20 + scipy<1.14 [options.package_data] * = resources/*