Skip to content

Commit 32be4af

Browse files
committed
Pin versions for important depedencies
1 parent aa0ec6e commit 32be4af

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
coremltools>=7.0
2-
diffusers[torch]
3-
diffusionkit
1+
coremltools>=8.0
2+
diffusers[torch]==0.30.2
3+
diffusionkit==0.4.0
44
torch
5-
transformers==4.29.2
5+
transformers==4.44.2
66
scipy
77
scikit-learn
88
pytest

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
long_description_content_type='text/markdown',
1515
author='Apple Inc.',
1616
install_requires=[
17-
"coremltools>=7.0b2",
18-
"diffusers[torch]",
17+
"coremltools>=8.0",
18+
"diffusers[torch]==0.30.2",
1919
"torch",
20-
"transformers>=4.30.0",
21-
"huggingface-hub",
20+
"transformers==4.44.2",
21+
"huggingface-hub==0.24.6",
2222
"scipy",
2323
"numpy<1.24",
2424
"pytest",
2525
"scikit-learn",
2626
"invisible-watermark",
2727
"safetensors",
2828
"matplotlib",
29-
"diffusionkit",
29+
"diffusionkit==0.4.0",
3030
],
3131
packages=find_packages(),
3232
classifiers=[

0 commit comments

Comments
 (0)