Skip to content

Commit

Permalink
Release 3.4.3 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Oct 7, 2024
1 parent cff063b commit cbb038b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions biomedicus_client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic'
]
dependencies = [
"mtap>1.4.2",
"mtap==1.4.3",
"tqdm==4.66.5",
"importlib_resources==6.4.5",
"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.1"
fallback_version = "3.4.3"
root = ".."
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
'Topic :: Text Processing :: Linguistic'
]
dependencies = [
"biomedicus_client>=3.4.2", # We get mtap, tqdm, and importlib_resources transitively from the client
"biomedicus_client==3.4.3", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==2.0.2",
"regex==2024.9.11",
"torch==2.4.1",
Expand Down Expand Up @@ -65,4 +65,4 @@ include = ["biomedicus*"]

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

0 comments on commit cbb038b

Please sign in to comment.