We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1a1f4 + 97924cb commit 9efa57cCopy full SHA for 9efa57c
setup.py
@@ -33,7 +33,7 @@ def read(fname):
33
'tree_sitter==0.21.3',
34
'gitpython==3.1.43',
35
'appdirs==1.4.4',
36
- 'openai==1.50.2',
+ 'openai==1.53.0',
37
'sortedcontainers==2.4.0',
38
'langdetect==1.0.9',
39
'ollama==0.3.3',
@@ -42,12 +42,12 @@ def read(fname):
42
'dev': [
43
'pytest==8.3.3',
44
'python-lsp-jsonrpc==1.1.2',
45
- 'pytest-cov==5.0.0',
+ 'pytest-cov==6.0.0',
46
'coverage-threshold==0.5.0'
47
],
48
'transformers': [
49
- 'torch==2.4.1',
50
- 'transformers==4.45.1',
+ 'torch==2.5.1',
+ 'transformers==4.46.1',
51
'bitsandbytes==0.44.1',
52
53
},
0 commit comments