Skip to content

Commit

Permalink
Merge pull request #36 from hangyav/dependabot/pip/python-packages-3d…
Browse files Browse the repository at this point in the history
…6250cffa

build(deps): bump the python-packages group across 1 directory with 5 updates
  • Loading branch information
hangyav authored Jul 6, 2024
2 parents bed1472 + c731704 commit 4ee903b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ def read(fname):
'tree_sitter==0.21.3',
'gitpython==3.1.43',
'appdirs==1.4.4',
'openai==1.30.5',
'openai==1.35.10',
'sortedcontainers==2.4.0',
'langdetect==1.0.9',
'ollama==0.2.0',
'ollama==0.2.1',
],
extras_require={
'dev': [
'pytest==8.2.1',
'pytest==8.2.2',
'python-lsp-jsonrpc==1.1.2',
'pytest-cov==5.0.0',
'coverage-threshold==0.4.4'
],
'transformers': [
'torch==2.3.0',
'transformers==4.41.2',
'torch==2.3.1',
'transformers==4.42.3',
'bitsandbytes==0.43.1',
],
},
Expand Down

0 comments on commit 4ee903b

Please sign in to comment.