Skip to content

Commit

Permalink
Unpin requirements; it is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Nov 22, 2024
1 parent 1d5a962 commit 8a2ba99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: ci
on:
pull_request:
push:
branches:
- main
# branches:
# - main
jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ build-backend = "hatchling.build"
name = "ImageDePHI"
requires-python = ">=3.11"
dependencies = [
"click<8.1.4",
"click",
"tifftools",
"fastapi",
"python-multipart",
"hypercorn",
"pyyaml",
"Pillow",
# Pinned to < 3 until wsidicom is updated
"pydicom<3",
"tqdm",
"wsidicom",
"websockets",
Expand Down

0 comments on commit 8a2ba99

Please sign in to comment.