|
2 | 2 |
|
3 | 3 | setup( |
4 | 4 | name="onediff", |
5 | | - version="0.11.0.dev", |
6 | | - description="OneFlow backend for diffusers", |
7 | | - url="https://github.com/siliconflow/oneflow", |
8 | | - author="OneFlow contributors", |
| 5 | + version="0.11.4.dev", |
| 6 | + description="an out-of-the-box acceleration library for diffusion models", |
| 7 | + url="https://github.com/siliconflow/onediff", |
| 8 | + author="OneDiff contributors", |
9 | 9 | license="Apache", |
10 | 10 | author_email="caishenghang@oneflow.org", |
11 | 11 | package_dir={"": "src"}, |
12 | 12 | packages=find_packages("src"), |
13 | | - python_requires=">=3.7.0", |
| 13 | + python_requires=">=3.8.0", |
14 | 14 | install_requires=[ |
15 | 15 | "transformers>=4.27.1", |
16 | 16 | "diffusers>=0.19.3", |
17 | 17 | "accelerate", |
18 | 18 | "torch", |
19 | | - "onefx", |
20 | 19 | ], |
21 | 20 | classifiers=[ |
22 | 21 | "Development Status :: 5 - Production/Stable", |
|
26 | 25 | "License :: OSI Approved :: Apache Software License", |
27 | 26 | "Operating System :: OS Independent", |
28 | 27 | "Programming Language :: Python :: 3", |
29 | | - "Programming Language :: Python :: 3.7", |
30 | 28 | "Programming Language :: Python :: 3.8", |
31 | 29 | "Programming Language :: Python :: 3.9", |
| 30 | + "Programming Language :: Python :: 3.10", |
32 | 31 | "Topic :: Scientific/Engineering :: Artificial Intelligence", |
33 | 32 | ], |
34 | 33 | ) |
0 commit comments