Skip to content

Commit

Permalink
feat: update pydicom requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
asim-shrestha committed Jul 20, 2022
1 parent 6c52b8d commit 29e6afc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pydicom==2.1.2
pydicom
numpy
opencv-python
dataclasses
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

VERSION = "1.2.1"
VERSION = "1.2.2"
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
with open("requirements.txt") as f:
Expand Down

0 comments on commit 29e6afc

Please sign in to comment.