From f4258db64562d42e40fa22318d583e5376723811 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Wed, 27 Nov 2024 00:06:03 +0100 Subject: [PATCH 1/2] Bumping version from 0.6.1a0 to 0.6.1rc0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e36b7eb..bc3861e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ScopeSim_Templates" -version = "0.6.1a0" +version = "0.6.1rc0" description = "On-sky source templates for ScopeSim" authors = ["Astar Vienna "] license = "GPL-3.0-or-later" From 44526d237bdcc97f4b93feed5772dcc414e7ea12 Mon Sep 17 00:00:00 2001 From: teutoburg Date: Wed, 27 Nov 2024 00:36:25 +0100 Subject: [PATCH 2/2] Bump scopesim to 0.9.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f6e23d1..ae2c8b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3282,13 +3282,13 @@ test = ["Cython", "array-api-strict (>=2.0)", "asv", "gmpy2", "hypothesis (>=6.3 [[package]] name = "scopesim" -version = "0.9.0" +version = "0.9.1" description = "Generalised telescope observation simulator" optional = false python-versions = "<3.13,>=3.10" files = [ - {file = "scopesim-0.9.0-py3-none-any.whl", hash = "sha256:9cf7b51119da84f7c8ab05c653bb6ec0f92970ddb2467469a6d8cd4650c67b56"}, - {file = "scopesim-0.9.0.tar.gz", hash = "sha256:4d00910c387692a7eef5ebf823b3153a97b3fd97a8a474e802b42719988a9c53"}, + {file = "scopesim-0.9.1-py3-none-any.whl", hash = "sha256:92b2d5e2c657fc0bc79785ad3cc75cb80f218b3cf7b68e96481f7c370b8ea1cc"}, + {file = "scopesim-0.9.1.tar.gz", hash = "sha256:98069eeb0f9183ad0e56ad1e42d024daf87738fd588eb124ceee4bc8f69dcddf"}, ] [package.dependencies] @@ -3300,7 +3300,7 @@ docutils = ">=0.19,<0.20" httpx = ">=0.26.0" lxml = ">=5.2.2,<6.0.0" matplotlib = ">=3.8.2,<4.0.0" -more-itertools = ">=10.1.0,<11.0.0" +more-itertools = ">=10.2.0,<11.0.0" numpy = ">=1.26.3,<2.0.0" pooch = ">=1.8.2,<2.0.0" pyyaml = ">=6.0.1,<7.0.0" @@ -4031,4 +4031,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "fd40c9417c9b4620e5d9eb3075560871c65282672083290055008a38786803f8" +content-hash = "d3f6e8f665d2a8dfc79b779fffc7ce20aa38ed3d6d23de5ad0a79327526a88d6" diff --git a/pyproject.toml b/pyproject.toml index bc3861e..1ab4a3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ lxml = "^5.2.2" pyyaml = "^6.0.1" synphot = "^1.4.0" -scopesim = ">=0.9.0" +scopesim = ">=0.9.1" pyckles = ">=0.4.0" spextra = ">=0.41.3" astar-utils = ">=0.3.1"