Skip to content

Commit

Permalink
Use newer setup-python action; revert numpy upper limit
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Feb 15, 2024
1 parent c0713ed commit fcf579d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.8"
dependencies = [
"numpy>=1.16.0, <1.23",
"numpy>=1.16.0",
"pandas>=1.0",
"rich>=12",
"pyteomics>=4.1.0, <4.7",
Expand Down

0 comments on commit fcf579d

Please sign in to comment.