Skip to content

Commit

Permalink
Restrict numpy version since rawpay cannot use version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
twwd committed Oct 12, 2024
1 parent 6e6a05d commit 9823133
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 45 deletions.
85 changes: 41 additions & 44 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ readme = "README.md"
python = "^3.10"
hachoir = "^3.3.0"
exifread = "^3.0.0"
rawpy = "^0.20.0"
rawpy = "^0.23.1"
numpy = "^1.26.4" # rawpy requires numpy 1.X.X
python-dateutil = "^2.9.0.post0"

[tool.poetry.group.dev]
Expand Down

0 comments on commit 9823133

Please sign in to comment.