From 54b95e6f286c0eabb760d8107eb7f0bff8eeba03 Mon Sep 17 00:00:00 2001 From: Ben Knoll Date: Tue, 18 Feb 2025 10:52:30 -0600 Subject: [PATCH] Bumping development versions --- biomedicus_client/pyproject.toml | 2 +- java/build.gradle | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biomedicus_client/pyproject.toml b/biomedicus_client/pyproject.toml index c57709b2..d71e9452 100644 --- a/biomedicus_client/pyproject.toml +++ b/biomedicus_client/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ 'Topic :: Text Processing :: Linguistic' ] dependencies = [ - "mtap==1.5.0", + "mtap>=1.5.0", "tqdm==4.67.1", "pyyaml==6.0.2" ] diff --git a/java/build.gradle b/java/build.gradle index 1aeef747..7810ddec 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -69,7 +69,7 @@ repositories { dependencies { implementation group: 'org.jetbrains', name: 'annotations', version: '26.0.2' - implementation group: 'edu.umn.nlpie', name: 'mtap', version: '1.5.0' + implementation group: 'edu.umn.nlpie', name: 'mtap', version: '1.5.+' implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16' implementation group: 'args4j', name: 'args4j', version: '2.37' diff --git a/pyproject.toml b/pyproject.toml index e358c3c5..69567598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ 'Topic :: Text Processing :: Linguistic' ] dependencies = [ - "biomedicus_client==3.5.0", # We get mtap and tqdm transitively from the client + "biomedicus_client>=3.5.0", # We get mtap and tqdm transitively from the client "numpy==2.0.2", "regex==2024.11.6", "torch==2.5.1",