Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 4d706f6

Browse files
author
Nghi Bui
committed
new requirement
1 parent c44da33 commit 4d706f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ torchvision==0.15.2
2020
tqdm==4.63.0
2121
transformers==4.30.2
2222
tree-sitter==0.20.1
23-
bitsandbytes==0.39.1
23+
bitsandbytes==0.39.1
24+
evaluate==0.4.0

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"tqdm==4.63.0",
2323
"transformers==4.30.2",
2424
"tree-sitter==0.20.1",
25-
"bitsandbytes==0.39.1"
25+
"bitsandbytes==0.39.1",
26+
"evaluate==0.4.0"
2627
]
2728

2829
DEPENDENCY_LINKS = []
@@ -33,7 +34,7 @@
3334

3435
setup(
3536
name = 'salesforce-codetf',
36-
version = "1.0.2",
37+
version = "1.0.2.2",
3738
py_modules = ['codetf'],
3839
description = 'CodeTF: A Transformer-based Library for Code Intelligence',
3940
author = 'Nghi D. Q. Bui',

0 commit comments

Comments
 (0)