Skip to content

Commit

Permalink
feat: ✨ Make it compatible with python >=3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwilter committed Sep 11, 2024
1 parent 0ba40af commit 35578fc
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fileignoreconfig:
- filename: poetry.lock
checksum: 9fdec2e082b5ebef4e29ab71fe13e99a91671f471a05a265e6ba86d46eba332b
checksum: cd28f1624109b324f71193134fda3e5911a9a09b0a5eae6c051ad5a5fe8514c4
- filename: tests/test_utils.py
checksum: ec76f44541d839e53b29168e29923d8c309720e53d7769da4b28eba7c1b7ce37
- filename: process_dcm/utils.py
Expand Down
50 changes: 46 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
opencv-python-headless = "^4.10.0.84"
typer = "^0.12.5"
pydicom = "^3.0.0"
Expand Down

0 comments on commit 35578fc

Please sign in to comment.