From ab6e5245301de5fa2630071d501a8bad35ec0167 Mon Sep 17 00:00:00 2001 From: Ben Knoll Date: Mon, 19 Feb 2024 10:53:48 -0600 Subject: [PATCH] Unpinning client and mtap for development (#292) --- biomedicus_client/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/biomedicus_client/pyproject.toml b/biomedicus_client/pyproject.toml index a833d287..a111b864 100644 --- a/biomedicus_client/pyproject.toml +++ b/biomedicus_client/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ 'Topic :: Text Processing :: Linguistic' ] dependencies = [ - "mtap==1.4.0", + "mtap>=1.4.0", "grpcio==1.60.1", "grpcio-health-checking==1.60.1", "grpcio-status==1.60.1", diff --git a/pyproject.toml b/pyproject.toml index d5c4762f..fdd78ad3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ 'Topic :: Text Processing :: Linguistic' ] dependencies = [ - "biomedicus_client==3.4.0", # We get mtap, tqdm, and importlib_resources transitively from the client + "biomedicus_client>=3.4.0", # We get mtap, tqdm, and importlib_resources transitively from the client "numpy==1.26.4", "regex==2023.12.25", "torch==2.2.0",