Skip to content

Commit

Permalink
Merge pull request #13 from hangyav/dependabot/pip/python-packages-44…
Browse files Browse the repository at this point in the history
…ddc0e4ad

Bump the python-packages group with 3 updates
  • Loading branch information
hangyav committed Dec 19, 2023
2 parents 004d48b + 4d2b3a0 commit b6b90c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
python-packages:
patterns:
Expand Down
12 changes: 3 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import os
import sys
from setuptools import setup, find_packages

if sys.version_info >= (3, 12, 0):
# due to current pytorch limitations
print('Required python version <= 3.12.0')
sys.exit(-1)


# Utility function to read the README file.
def read(fname):
Expand Down Expand Up @@ -39,9 +33,9 @@ def read(fname):
'tree_sitter==0.20.4',
'gitpython==3.1.40',
'appdirs==1.4.4',
'torch==2.1.1',
'openai==1.3.8',
'transformers==4.36.0',
'torch==2.1.2',
'openai==1.5.0',
'transformers==4.36.1',
'sortedcontainers==2.4.0',
],
extras_require={
Expand Down

0 comments on commit b6b90c4

Please sign in to comment.