File tree 2 files changed +3
-37
lines changed
graalpython/lib-graalpython/patches
2 files changed +3
-37
lines changed Original file line number Diff line number Diff line change @@ -731,21 +731,19 @@ url = 'https://github.com/tensorflow/io/archive/refs/tags/v0.34.0.tar.gz'
731
731
732
732
[[tiktoken .rules ]]
733
733
version = ' == 0.7.0'
734
+ install-priority = 0
734
735
patch = ' tiktoken-0.7.0.patch'
735
736
license = ' MIT'
736
737
737
- [[tokenizers .rules ]]
738
- version = ' >= 0.19'
739
- patch = ' tokenizers-0.19-plus.patch'
740
- license = ' Apache-2.0'
741
-
742
738
[[tokenizers .rules ]]
743
739
version = ' == 0.13.3'
740
+ install-priority = 0
744
741
patch = ' tokenizers-0.13.3.patch'
745
742
license = ' Apache-2.0'
746
743
747
744
[[tokenizers .rules ]]
748
745
version = ' == 0.15.0'
746
+ install-priority = 0
749
747
patch = ' tokenizers-0.15.0.patch'
750
748
license = ' Apache-2.0'
751
749
@@ -797,10 +795,6 @@ license = 'BSD-3-Clause'
797
795
version = ' 0.17.1'
798
796
url = ' https://github.com/pytorch/vision/archive/refs/tags/v0.17.1.tar.gz'
799
797
800
- [[transformers .rules ]]
801
- # transformers tends to depend on a specific version of tokenizers. Pin it to avoid pulling unpatched tokenizers
802
- version = ' == 4.33.3'
803
-
804
798
[[trio .rules ]]
805
799
patch = ' trio.patch'
806
800
license = ' Apache-2.0 OR MIT'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments