Skip to content

Commit

Permalink
Merge pull request #41 from hangyav/dependabot/pip/python-packages-07…
Browse files Browse the repository at this point in the history
…6c222993

build(deps): bump the python-packages group with 7 updates
  • Loading branch information
hangyav authored Oct 5, 2024
2 parents a1b2777 + 762a60e commit 0b1a1f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@ def read(fname):
'tree_sitter==0.21.3',
'gitpython==3.1.43',
'appdirs==1.4.4',
'openai==1.43.0',
'openai==1.50.2',
'sortedcontainers==2.4.0',
'langdetect==1.0.9',
'ollama==0.3.2',
'ollama==0.3.3',
],
extras_require={
'dev': [
'pytest==8.3.2',
'pytest==8.3.3',
'python-lsp-jsonrpc==1.1.2',
'pytest-cov==5.0.0',
'coverage-threshold==0.4.4'
'coverage-threshold==0.5.0'
],
'transformers': [
'torch==2.4.0',
'transformers==4.44.2',
'bitsandbytes==0.43.3',
'torch==2.4.1',
'transformers==4.45.1',
'bitsandbytes==0.44.1',
],
},
)

0 comments on commit 0b1a1f4

Please sign in to comment.