Skip to content

Commit

Permalink
Merge branch 'main' into feature/inference_cli_with_workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Nov 27, 2024
2 parents ef72b3a + 3d15bcb commit 120dfa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inference/core/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.28.1"
__version__ = "0.28.2"


if __name__ == "__main__":
Expand Down
3 changes: 2 additions & 1 deletion requirements/_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ packaging~=24.0
anthropic~=0.34.2
pandas>=2.0.0,<2.3.0
pytest>=8.0.0,<9.0.0 # this is not a joke, sam2 requires this as the fork we are using is dependent on that, yet
# do not mark the dependency: https://github.com/SauravMaheshkar/samv2/blob/main/sam2/utils/download.py
# do not mark the dependency: https://github.com/SauravMaheshkar/samv2/blob/main/sam2/utils/download.py
tokenizers>=0.19.0,<=0.20.3

0 comments on commit 120dfa6

Please sign in to comment.