From 22dd5604aededda2defa6e3ed56e701c28ec9cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Galbany?= Date: Wed, 8 Feb 2023 11:04:12 +0100 Subject: [PATCH 1/3] numpy >=1.16 to 1.23.5 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8bc9e11..bfa5c83 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy >= 1.16 +numpy == 1.23.5 scipy >= 1.5.4 astropy == 5.0.4 photutils == 1.1.0 @@ -18,4 +18,4 @@ sep astroalign > 2.3 networkx astroquery >= 0.4.2 -tendrils >= 0.1.5 \ No newline at end of file +tendrils >= 0.1.5 From 12f29f3c770c5c20a246c0db8980b73c62433d7b Mon Sep 17 00:00:00 2001 From: Emir Karamehmetoglu Date: Fri, 10 Feb 2023 20:24:31 +0100 Subject: [PATCH 2/3] Remove pip cache for release tests --- .github/workflows/tests.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf137d6..283811c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -147,19 +147,10 @@ jobs: - name: Git LFS Pull run: git lfs pull - - name: Setup Python 3.9 + - name: Setup Python Release uses: actions/setup-python@v2 with: - python-version: 3.9 - - - name: Cache pip - uses: actions/cache@v2 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-py3.9-${{ hashFiles('requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip-py3.9- - ${{ runner.os }}-pip- + python-version: '3.10' - name: Install dependencies env: From a3b7636007e5f660ab95507c3bf0e8e0a91a0015 Mon Sep 17 00:00:00 2001 From: Emir Karamehmetoglu Date: Fri, 10 Feb 2023 20:48:36 +0100 Subject: [PATCH 3/3] bump release version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index bb251ec..ae624fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -master-v1.0.0 +master-v1.0.1