Skip to content

Commit

Permalink
update pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
xujz18 committed Jun 28, 2023
1 parent e2b5e25 commit 9e96d39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="image-reward",
py_modules = ["ImageReward"],
version="1.3",
version="1.4",
author="Jiazheng Xu, et al.",
author_email="<xjz22@mails.tsinghua.edu.cn>",
url="https://github.com/THUDM/ImageReward",
Expand All @@ -20,12 +20,12 @@
packages=find_packages(exclude=["tests*"]),
install_requires=[
'timm==0.6.13',
'transformers==4.27.4',
'transformers>=4.27.4',
'fairscale==0.4.13',
'huggingface_hub==0.13.4',
'diffusers==0.16.0',
'accelerate==0.16.0',
'datasets==2.11.0',
'huggingface_hub>=0.13.4',
'diffusers>=0.16.0',
'accelerate>=0.16.0',
'datasets>=2.11.0',
],
dependency_links = [
"clip @ git+https://github.com/openai/CLIP.git",
Expand Down

0 comments on commit 9e96d39

Please sign in to comment.