Skip to content

Commit

Permalink
new requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nghi Bui committed Jul 24, 2023
1 parent c44da33 commit 4d706f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ torchvision==0.15.2
tqdm==4.63.0
transformers==4.30.2
tree-sitter==0.20.1
bitsandbytes==0.39.1
bitsandbytes==0.39.1
evaluate==0.4.0
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"tqdm==4.63.0",
"transformers==4.30.2",
"tree-sitter==0.20.1",
"bitsandbytes==0.39.1"
"bitsandbytes==0.39.1",
"evaluate==0.4.0"
]

DEPENDENCY_LINKS = []
Expand All @@ -33,7 +34,7 @@

setup(
name = 'salesforce-codetf',
version = "1.0.2",
version = "1.0.2.2",
py_modules = ['codetf'],
description = 'CodeTF: A Transformer-based Library for Code Intelligence',
author = 'Nghi D. Q. Bui',
Expand Down

0 comments on commit 4d706f6

Please sign in to comment.