Skip to content

Commit

Permalink
Merge pull request #435 from OpenCOMPES/python-upgrade-39
Browse files Browse the repository at this point in the history
Review fixes
  • Loading branch information
rettigl authored Jun 23, 2024
2 parents e4c1f5f + 2e1747c commit ed89063
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 86 deletions.
129 changes: 72 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9, <3.12.3, !=3.11.9"
bokeh = ">=2.4.2"
dask = {version = ">=2021.12.0, <2023.12.1"}
dask = ">=2021.12.0, <2023.12.1"
fastdtw = ">=0.3.4"
h5py = ">=3.6.0"
ipympl = ">=0.9.1"
Expand All @@ -31,6 +31,7 @@ pynxtools-mpes = ">=0.0.3"
pynxtools = ">=0.3.1"
pyyaml = ">=6.0.0"
scipy = ">=1.8.0"
setuptools = ">70"
symmetrize = ">=0.5.5"
threadpoolctl = ">=3.1.0"
tifffile = ">=2022.2.9"
Expand Down
Loading

0 comments on commit ed89063

Please sign in to comment.