Skip to content

Commit

Permalink
Remove typing_extension dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Jan 2, 2024
1 parent 51be4e1 commit da53f83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers=[
"Topic :: Scientific/Engineering :: Medical Science Apps.",
"Topic :: Software Development :: Libraries",
]
dependencies = ["numpy", "typing_extension"]
dependencies = ["numpy"]
description = """\
A Python framework for decoding JPEG and decoding/encoding DICOM\
RLE data, with a focus on supporting pydicom\
Expand Down

0 comments on commit da53f83

Please sign in to comment.