Skip to content

Commit

Permalink
Merge pull request #368 from roboflow/lock-grounding-dino-version
Browse files Browse the repository at this point in the history
Lock Grounding DINO package version to 0.2.0
  • Loading branch information
skylargivens authored Apr 30, 2024
2 parents 1ea8396 + c410ce2 commit c8a5da7
Show file tree
Hide file tree
Showing 2 changed files with 2 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.9.22"
__version__ = "0.9.23"


if __name__ == "__main__":
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.groundingdino.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
transformers>=4.36.0,<4.38.0
rf_groundingdino
rf_groundingdino==0.2.0

0 comments on commit c8a5da7

Please sign in to comment.