Skip to content

Commit 8c917e1

Browse files
committed
update package info
1 parent 53c4b07 commit 8c917e1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

setup.py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
setup(
44
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",
99
license="Apache",
1010
author_email="caishenghang@oneflow.org",
1111
package_dir={"": "src"},
1212
packages=find_packages("src"),
13-
python_requires=">=3.7.0",
13+
python_requires=">=3.8.0",
1414
install_requires=[
1515
"transformers>=4.27.1",
1616
"diffusers>=0.19.3",
1717
"accelerate",
1818
"torch",
19-
"onefx",
2019
],
2120
classifiers=[
2221
"Development Status :: 5 - Production/Stable",
@@ -26,9 +25,9 @@
2625
"License :: OSI Approved :: Apache Software License",
2726
"Operating System :: OS Independent",
2827
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.7",
3028
"Programming Language :: Python :: 3.8",
3129
"Programming Language :: Python :: 3.9",
30+
"Programming Language :: Python :: 3.10",
3231
"Topic :: Scientific/Engineering :: Artificial Intelligence",
3332
],
3433
)

0 commit comments

Comments
 (0)