Skip to content

Commit 6acfef8

Browse files
author
Tianyu Gao
committed
update setup
1 parent 6cdefe9 commit 6acfef8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,21 @@
77
setup(
88
name='simcse',
99
packages=['simcse'],
10-
version='0.1',
10+
version='0.2',
1111
license='MIT',
1212
description='A sentence embedding tool based on SimCSE',
1313
author='Tianyu Gao, Xingcheng Yao, Danqi Chen',
1414
author_email='[email protected]',
1515
url='https://github.com/princeton-nlp/SimCSE',
16-
download_url='https://github.com/princeton-nlp/SimCSE/archive/refs/tags/0.1.tar.gz',
16+
download_url='https://github.com/princeton-nlp/SimCSE/archive/refs/tags/0.2.tar.gz',
1717
keywords=['sentence', 'embedding', 'simcse', 'nlp'],
1818
install_requires=[
1919
"tqdm",
20+
"sklearn",
2021
"scipy>=1.5.4,<1.6",
2122
"transformers",
2223
"torch",
2324
"numpy>=1.19.5,<1.20",
2425
"setuptools"
2526
]
26-
)
27+
)

0 commit comments

Comments
 (0)