Skip to content

Commit

Permalink
update poetry, limit numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Jun 24, 2024
1 parent 6f123a9 commit a2ba530
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 33 deletions.
72 changes: 41 additions & 31 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ keywords = ["sed", "mpes", "flash", "arpes"]
license = "MIT"

[tool.poetry.dependencies]
python = ">=3.9, <3.12.3, !=3.11.9"
python = ">=3.9, <3.13"
bokeh = ">=2.4.2"
dask = ">=2021.12.0, <2023.12.1"
dask = ">=2021.12.0"
fastdtw = ">=0.3.4"
h5py = ">=3.6.0"
ipympl = ">=0.9.1"
Expand Down

0 comments on commit a2ba530

Please sign in to comment.