Skip to content

Commit

Permalink
change numpy min version for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
williammadie committed Jun 19, 2024
1 parent 6618c00 commit a7ed8e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: deidcm Continuous Integration
on:
pull_request:
branches: ["master"]
push:
branches: ["master"]

jobs:
codebase-checks:
Expand Down
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,13 @@
"easyocr",
"opencv-python",
"opencv-python-headless",
"Numpy==1.26.4",
"Numpy>=1.21.6",
"matplotlib",
"pandas",
"pillow",
"pydicom"
],
packages=find_packages(
include=['deidcm', 'deidcm.dicom'],
exclude=['tests', 'docs']
),
packages=find_packages(),
extras_require={
"quality-tools": [
"pylint",
Expand Down

0 comments on commit a7ed8e9

Please sign in to comment.