File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -27,23 +27,23 @@ def read(fname):
27
27
'console_scripts' : ['textlsp=textLSP.cli:main' ],
28
28
},
29
29
install_requires = [
30
- 'pygls==1.3.0 ' ,
30
+ 'pygls==1.3.1 ' ,
31
31
'lsprotocol==2023.0.1' ,
32
- 'language-tool-python==2.7.1 ' ,
33
- 'tree_sitter==0.20.4 ' ,
34
- 'gitpython==3.1.42 ' ,
32
+ 'language-tool-python==2.8 ' ,
33
+ 'tree_sitter==0.21.3 ' ,
34
+ 'gitpython==3.1.43 ' ,
35
35
'appdirs==1.4.4' ,
36
- 'torch==2.2.1 ' ,
37
- 'openai==1.13.3 ' ,
38
- 'transformers==4.38.2 ' ,
36
+ 'torch==2.3.0 ' ,
37
+ 'openai==1.25.0 ' ,
38
+ 'transformers==4.40.1 ' ,
39
39
'sortedcontainers==2.4.0' ,
40
- 'bitsandbytes==0.42.0 ' ,
40
+ 'bitsandbytes==0.43.1 ' ,
41
41
],
42
42
extras_require = {
43
43
'dev' : [
44
- 'pytest==8.0.2 ' ,
44
+ 'pytest==8.2.0 ' ,
45
45
'python-lsp-jsonrpc==1.1.2' ,
46
- 'pytest-cov==4.1 .0' ,
46
+ 'pytest-cov==5.0 .0' ,
47
47
'coverage-threshold==0.4.4'
48
48
]
49
49
},
You can’t perform that action at this time.
0 commit comments