Skip to content

Commit

Permalink
Merge pull request #91 from pchoisel/add_missing___init__.py.file
Browse files Browse the repository at this point in the history
Add missing __init__.py file
Fix dependency to Pydicom
  • Loading branch information
pchoisel authored Sep 17, 2024
2 parents bfa9111 + b9560ac commit 5118cd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
#
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/
install_requires=["pydicom", "tqdm"], # Optional
install_requires=["pydicom<3", "tqdm"], # Optional
extras_require={"dev": ["pytest", "bs4", "fire", "requests", "pre-commit", "ruff"]},
)

0 comments on commit 5118cd8

Please sign in to comment.