File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ classifiers = [
3737 ' Topic :: Text Processing :: Linguistic'
3838]
3939dependencies = [
40- " mtap>=1.4.3 " ,
40+ " mtap==1.5.0 " ,
4141 " tqdm==4.67.1" ,
4242 " pyyaml==6.0.2"
4343]
@@ -57,5 +57,5 @@ include = ["biomedicus_client*"]
5757
5858[tool .setuptools_scm ]
5959write_to = " biomedicus_client/src/biomedicus_client/version.py"
60- fallback_version = " 3.4.3 "
60+ fallback_version = " 3.5.0 "
6161root = " .."
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ repositories {
6969dependencies {
7070 implementation group : ' org.jetbrains' , name : ' annotations' , version : ' 26.0.2'
7171
72- implementation group : ' edu.umn.nlpie' , name : ' mtap' , version : ' 1.4.+ '
72+ implementation group : ' edu.umn.nlpie' , name : ' mtap' , version : ' 1.5.0 '
7373
7474 implementation group : ' org.slf4j' , name : ' slf4j-api' , version : ' 2.0.16'
7575 implementation group : ' args4j' , name : ' args4j' , version : ' 2.37'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ classifiers = [
3636 ' Topic :: Text Processing :: Linguistic'
3737]
3838dependencies = [
39- " biomedicus_client>=3.4.3 " , # We get mtap and tqdm transitively from the client
39+ " biomedicus_client==3.5.0 " , # We get mtap and tqdm transitively from the client
4040 " numpy==2.0.2" ,
4141 " regex==2024.11.6" ,
4242 " torch==2.5.1" ,
@@ -67,4 +67,4 @@ include = ["biomedicus*"]
6767
6868[tool .setuptools_scm ]
6969write_to = " python/biomedicus/version.py"
70- fallback_version = " 3.4.3 "
70+ fallback_version = " 3.5.0 "
You can’t perform that action at this time.
0 commit comments