File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : " pip"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly "
6
+ interval : " monthly "
7
7
groups :
8
8
python-packages :
9
9
patterns :
Original file line number Diff line number Diff line change 1
1
import os
2
- import sys
3
2
from setuptools import setup , find_packages
4
3
5
- if sys .version_info >= (3 , 12 , 0 ):
6
- # due to current pytorch limitations
7
- print ('Required python version <= 3.12.0' )
8
- sys .exit (- 1 )
9
-
10
4
11
5
# Utility function to read the README file.
12
6
def read (fname ):
@@ -39,9 +33,9 @@ def read(fname):
39
33
'tree_sitter==0.20.4' ,
40
34
'gitpython==3.1.40' ,
41
35
'appdirs==1.4.4' ,
42
- 'torch==2.1.1 ' ,
43
- 'openai==1.3.8 ' ,
44
- 'transformers==4.36.0 ' ,
36
+ 'torch==2.1.2 ' ,
37
+ 'openai==1.5.0 ' ,
38
+ 'transformers==4.36.1 ' ,
45
39
'sortedcontainers==2.4.0' ,
46
40
],
47
41
extras_require = {
You can’t perform that action at this time.
0 commit comments