File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- coremltools >= 7 .0
2
- diffusers [torch ]
3
- diffusionkit
1
+ coremltools >= 8 .0
2
+ diffusers [torch ]== 0.30.2
3
+ diffusionkit == 0.4.0
4
4
torch
5
- transformers == 4.29 .2
5
+ transformers == 4.44 .2
6
6
scipy
7
7
scikit-learn
8
8
pytest
Original file line number Diff line number Diff line change 14
14
long_description_content_type = 'text/markdown' ,
15
15
author = 'Apple Inc.' ,
16
16
install_requires = [
17
- "coremltools>=7.0b2 " ,
18
- "diffusers[torch]" ,
17
+ "coremltools>=8.0 " ,
18
+ "diffusers[torch]==0.30.2 " ,
19
19
"torch" ,
20
- "transformers>=4.30.0 " ,
21
- "huggingface-hub" ,
20
+ "transformers==4.44.2 " ,
21
+ "huggingface-hub==0.24.6 " ,
22
22
"scipy" ,
23
23
"numpy<1.24" ,
24
24
"pytest" ,
25
25
"scikit-learn" ,
26
26
"invisible-watermark" ,
27
27
"safetensors" ,
28
28
"matplotlib" ,
29
- "diffusionkit" ,
29
+ "diffusionkit==0.4.0 " ,
30
30
],
31
31
packages = find_packages (),
32
32
classifiers = [
You can’t perform that action at this time.
0 commit comments