Skip to content

Commit

Permalink
Unpinning client and mtap for development (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn authored Feb 19, 2024
1 parent db761a9 commit ab6e524
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.0",
"mtap>=1.4.0",
"grpcio==1.60.1",
"grpcio-health-checking==1.60.1",
"grpcio-status==1.60.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.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"biomedicus_client>=3.4.0", # We get mtap, tqdm, and importlib_resources transitively from the client
"numpy==1.26.4",
"regex==2023.12.25",
"torch==2.2.0",
Expand Down

0 comments on commit ab6e524

Please sign in to comment.