Skip to content

Commit

Permalink
Merge pull request #19 from hangyav/dependabot/pip/python-packages-e0…
Browse files Browse the repository at this point in the history
…a7be9d90

Bump the python-packages group with 7 updates
  • Loading branch information
hangyav authored Feb 3, 2024
2 parents d89dfce + e749a98 commit 96e29d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ def read(fname):
'console_scripts': ['textlsp=textLSP.cli:main'],
},
install_requires=[
'pygls==1.2.1',
'lsprotocol==2023.0.0',
'pygls==1.3.0',
'lsprotocol==2023.0.1',
'language-tool-python==2.7.1',
'tree_sitter==0.20.4',
'gitpython==3.1.40',
'gitpython==3.1.41',
'appdirs==1.4.4',
'torch==2.1.2',
'openai==1.6.1',
'transformers==4.36.2',
'torch==2.2.0',
'openai==1.10.0',
'transformers==4.37.2',
'sortedcontainers==2.4.0',
'bitsandbytes==0.42.0',
],
extras_require={
'dev': [
'pytest==7.4.4',
'pytest==8.0.0',
'python-lsp-jsonrpc==1.1.2',
'pytest-cov==4.1.0',
'coverage-threshold==0.4.4'
Expand Down

0 comments on commit 96e29d8

Please sign in to comment.