Skip to content

Commit

Permalink
Merge pull request #65 from OpenCOMPES/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
rettigl authored Dec 13, 2024
2 parents fb86f57 + d42707c commit c0152f8
Show file tree
Hide file tree
Showing 8 changed files with 594 additions and 515 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.5

- name: Install notebook dependencies
run: poetry install -E notebook --with docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.5

# Linting steps, execute all linters even if one fails
- name: ruff
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.5

- name: bump pre-release version
id: version
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.5

- name: Bump release version and build
id: version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.2.2
poetry-version: 1.8.5

# Run pytest with coverage report, saving to xml
- name: Run tests on python 3.8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: ${{matrix.python-version}}
poetry-version: 1.2.2
poetry-version: 1.8.5

# Use cached python and dependencies, install poetry
- name: Run tests on python ${{matrix.python-version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: packetcoders/action-setup-cache-python-poetry@main
with:
python-version: 3.8
poetry-version: 1.8.2
poetry-version: 1.8.5

# update poetry lockfile
- name: "Update poetry lock file"
Expand Down
1,090 changes: 584 additions & 506 deletions poetry.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ license = "MIT"

[tool.poetry.dependencies]
python = ">=3.8, <3.12"
docutils = "<0.21"
h5py = ">=3.6.0"
imutils = ">=0.5.4"
ipympl = ">=0.9.1"
ipywidgets = ">=7.7.1"
matplotlib = ">=3.5.1"
numpy = ">=1.21.6"
opencv-python = ">=4.8.1.78"
pynxtools-mpes = "^0.2.0"
pynxtools = "^0.7.0"
pynxtools-mpes = ">=0.2.0"
pynxtools = ">=0.7.0"
python-dateutil = ">=2.8.2"
pyyaml = ">=6.0"
xarray = ">=0.20.2"
Expand Down

0 comments on commit c0152f8

Please sign in to comment.