From 8e443b4fc5293c46733a006d64472af5c0db878c Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Fri, 23 Dec 2022 01:32:08 +0100 Subject: [PATCH] contrib: Fix/Update dependencies Due to a new release in SatNOGS Network the python-satnogs-api package was broken. Update to a fixed release (in the new upstream, since librespacefoundation/sanogs/python-satnogs-api was archived). Signed-off-by: Fabian P. Schmidt --- contrib/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/requirements.txt b/contrib/requirements.txt index eda36ad..6868e89 100644 --- a/contrib/requirements.txt +++ b/contrib/requirements.txt @@ -4,7 +4,7 @@ numpy Pillow python-decouple requests -git+https://gitlab.com/librespacefoundation/satnogs/python-satnogs-api.git@e20a7d3c +git+https://gitlab.com/kerel-fs/python-satnogs-api.git@0.2 h5py~=3.6.0 pandas~=1.3.4 -ephem~=4.3.1 +ephem~=4.1.4