Skip to content

Commit 725f70e

Browse files
author
Tianyu Gao
committed
update 0.3
1 parent 6acfef8 commit 725f70e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
setup(
88
name='simcse',
99
packages=['simcse'],
10-
version='0.2',
10+
version='0.3',
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.2.tar.gz',
16+
download_url='https://github.com/princeton-nlp/SimCSE/archive/refs/tags/0.3.tar.gz',
1717
keywords=['sentence', 'embedding', 'simcse', 'nlp'],
1818
install_requires=[
1919
"tqdm",
20-
"sklearn",
20+
"scikit-learn",
2121
"scipy>=1.5.4,<1.6",
2222
"transformers",
2323
"torch",

0 commit comments

Comments
 (0)