From 8a2ba99008b1ed8ab350df698df106cde84af96a Mon Sep 17 00:00:00 2001 From: David Manthey Date: Mon, 28 Oct 2024 08:47:27 -0400 Subject: [PATCH] Unpin requirements; it is no longer necessary --- .github/workflows/ci.yaml | 4 ++-- pyproject.toml | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1427d9e..c851972a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,8 +3,8 @@ name: ci on: pull_request: push: - branches: - - main + # branches: + # - main jobs: test: runs-on: ${{ matrix.os }} diff --git a/pyproject.toml b/pyproject.toml index 379a7c80..0233e1d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",