Skip to content

Commit

Permalink
version 0.1.1. Fixed opencv-python to 4.5.1.48 (better RaspberryPi 4B…
Browse files Browse the repository at this point in the history
… support)
  • Loading branch information
Vincent Berenz committed Oct 11, 2024
1 parent b8077ce commit da71c4c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 82 deletions.
2 changes: 1 addition & 1 deletion nightskycam_images/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1"
__version__ = "0.1.1"
107 changes: 28 additions & 79 deletions 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nightskycam-images"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["Vincent Berenz <vincent.berenz@tuebingen.mpg.de>"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ pillow = "^10.4.0"
toml = "^0.10.2"
tomli = "^2.0.1"
tomli-w = "^1.0.0"
opencv-python = "^4.10.0.84"
opencv-python = "4.5.1.48"

[tool.poetry.group.dev]
optional = true
Expand Down

0 comments on commit da71c4c

Please sign in to comment.