Skip to content

Commit 608b18c

Browse files
committed
Update dependencies
1 parent f5985ac commit 608b18c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

ane_transformers/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
torch>=1.11.0
1+
torch>=1.10.0
22
transformers>=4.18.0
3-
coremltools>=5.2.3
4-
yapf
3+
coremltools>=5.2.0
4+
yapf
5+
protobuf>=3.1.0,<= 3.20.1

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
long_description_content_type='text/markdown',
1515
author='Apple Inc.',
1616
install_requires=[
17-
"torch>=1.11.0",
18-
"coremltools>=5.2.3",
19-
"transformers>=4.18.0"
17+
"torch>=1.10.0",
18+
"coremltools>=5.2.0",
19+
"transformers>=4.18.0",
20+
"protobuf>=3.1.0,<=3.20.1",
2021
],
2122
packages=find_packages(),
2223
classifiers=[

0 commit comments

Comments
 (0)