Skip to content

Commit b6b90c4

Browse files
authored
Merge pull request #13 from hangyav/dependabot/pip/python-packages-44ddc0e4ad
Bump the python-packages group with 3 updates
2 parents 004d48b + 4d2b3a0 commit b6b90c4

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
groups:
88
python-packages:
99
patterns:

setup.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
import os
2-
import sys
32
from setuptools import setup, find_packages
43

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-
104

115
# Utility function to read the README file.
126
def read(fname):
@@ -39,9 +33,9 @@ def read(fname):
3933
'tree_sitter==0.20.4',
4034
'gitpython==3.1.40',
4135
'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',
4539
'sortedcontainers==2.4.0',
4640
],
4741
extras_require={

0 commit comments

Comments
 (0)