Skip to content

Commit

Permalink
Update dependency versions; drop support for Python 3.8 (newer Tensor…
Browse files Browse the repository at this point in the history
…Flow versions)
  • Loading branch information
RalfG committed Sep 17, 2024
1 parent 0095fa8 commit 14170a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4

Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
]
dynamic = ["version"]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"cascade-config>=0.4.0",
"click>=7",
"customtkinter>=5,<6",
"deeplc>=2.2",
"deeplcretrainer>=0.2",
"deeplc>=3.1",
"deeplcretrainer",
"im2deep>=0.1.3",
"jinja2>=3",
"lxml>=4.5",
"mokapot>=0.9",
"mokapot>=0.10",
"ms2pip>=4.0.0",
"ms2rescore_rs>=0.3.0",
"numpy>=1.16.0",
"pandas>=1.0",
"numpy>=1.25",
"pandas>=1",
"plotly>=5",
"psm_utils>=0.9",
"psm_utils>=1.1",
"pyteomics>=4.7.2",
"rich>=12",
"tomli>=2; python_version < '3.11'",
Expand Down

0 comments on commit 14170a1

Please sign in to comment.