Skip to content

Commit

Permalink
Relax astropy and numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 10, 2023
1 parent 8edeb4d commit 85ca42a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.5.5](https://github.com/sdss/sdsstools/compare/1.5.4...1.5.5) - 2023-12-10

- Relax `astropy` and `numpy` requirements.


## [1.5.4](https://github.com/sdss/sdsstools/compare/1.5.3...1.5.4) - 2023-12-10

- Fix unpickling of `Configuration` instances. This only seems relevant when trying to pass a `Configuration` object to a `multiprocessing` callback.
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ daemonocle = "^1.0.2"
typing-extensions = "^4.6.3"
rich = "^13.4.2"
python-json-logger = "^2.0.7"
numpy = [{version = "^1.26.0", python = "^3.10"},
numpy = [{version = ">=1.26.0", python = "^3.10"},
{version = "^1.19.0", python = "^3.8,<3.10"}]
astropy = [{version = "^6.0.0", python = "^3.10"},
astropy = [{version = ">=5.0.0", python = "^3.10"},
{version = "^5.0.0", python = "^3.8,<3.10"}]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 85ca42a

Please sign in to comment.