Skip to content

Commit

Permalink
Release 3.5.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Jan 28, 2025
1 parent 87887cc commit 39e6897
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions biomedicus_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic'
]
dependencies = [
"mtap>=1.4.3",
"mtap==1.5.0",
"tqdm==4.67.1",
"pyyaml==6.0.2"
]
Expand All @@ -57,5 +57,5 @@ include = ["biomedicus_client*"]

[tool.setuptools_scm]
write_to = "biomedicus_client/src/biomedicus_client/version.py"
fallback_version = "3.4.3"
fallback_version = "3.5.0"
root = ".."
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.+'
implementation group: 'edu.umn.nlpie', name: 'mtap', version: '1.5.0'

implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
implementation group: 'args4j', name: 'args4j', version: '2.37'
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic'
]
dependencies = [
"biomedicus_client>=3.4.3", # 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",
Expand Down Expand Up @@ -67,4 +67,4 @@ include = ["biomedicus*"]

[tool.setuptools_scm]
write_to = "python/biomedicus/version.py"
fallback_version = "3.4.3"
fallback_version = "3.5.0"

0 comments on commit 39e6897

Please sign in to comment.