Skip to content

Commit 3d15bcb

Browse files
Merge pull request #839 from roboflow/fix/pin_tokenizers_to_make_package_to_build_again
Fix issue with broken builds after last release of `tokenizers`
2 parents f4547b3 + 37fb816 commit 3d15bcb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

inference/core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.28.1"
1+
__version__ = "0.28.2"
22

33

44
if __name__ == "__main__":

requirements/_requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ packaging~=24.0
3232
anthropic~=0.34.2
3333
pandas>=2.0.0,<2.3.0
3434
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
35-
# do not mark the dependency: https://github.com/SauravMaheshkar/samv2/blob/main/sam2/utils/download.py
35+
# do not mark the dependency: https://github.com/SauravMaheshkar/samv2/blob/main/sam2/utils/download.py
36+
tokenizers>=0.19.0,<=0.20.3

0 commit comments

Comments
 (0)