Skip to content

Commit

Permalink
hotfix for removing fixed dependency versions (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 authored Jun 21, 2023
1 parent 838d402 commit ced96b0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions presidio-image-redactor/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@

requirements = [
"pillow>=9.0",
"pytesseract==0.3.7",
"pytesseract>=0.3.7,<0.4",
"presidio-analyzer>=1.9.0",
"matplotlib==3.6.2",
"pydantic==1.7.4",
"matplotlib>=3.6",
"pydicom>=2.3.0",
"pypng>=0.20220715.0",
]

test_requirements = ["pytest>=3", "pytest-mock>=3.10.0", "flake8==3.7.9"]
test_requirements = ["pytest>=3", "pytest-mock>=3.10.0", "flake8>=3.7.9"]

__version__ = ""
this_directory = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit ced96b0

Please sign in to comment.