Skip to content

Commit

Permalink
update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinZhuang committed Jul 4, 2024
1 parent f6fb0dc commit 4f632a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='llm-rankers',
version='0.0.1',
version='0.0.2',
packages=find_packages(),
url='https://github.com/ielab/llm-rankers',
license='Apache 2.0',
Expand All @@ -17,8 +17,5 @@
long_description_content_type="text/markdown",
install_requires=[
"transformers>=4.31.0",
"openai>=0.27.10",
"tiktoken>=0.4.0",
"accelerate>=0.22.0"
]
)

0 comments on commit 4f632a4

Please sign in to comment.