Skip to content

Commit

Permalink
Release 3.4.2 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Apr 1, 2024
1 parent c876fa3 commit 025a309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1",
"mtap==1.4.2",
"grpcio==1.62.1",
"grpcio-health-checking==1.62.1",
"grpcio-status==1.62.1",
Expand Down
2 changes: 1 addition & 1 deletion 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.1", # We get mtap, tqdm, and importlib_resources transitively from the client
"biomedicus_client==3.4.2", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.4",
"regex==2023.12.25",
"torch==2.2.2",
Expand Down

0 comments on commit 025a309

Please sign in to comment.