Skip to content

Commit a2ba530

Browse files
committed
update poetry, limit numpy
1 parent 6f123a9 commit a2ba530

File tree

2 files changed

+43
-33
lines changed

2 files changed

+43
-33
lines changed

poetry.lock

+41-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ keywords = ["sed", "mpes", "flash", "arpes"]
1313
license = "MIT"
1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.9, <3.12.3, !=3.11.9"
16+
python = ">=3.9, <3.13"
1717
bokeh = ">=2.4.2"
18-
dask = ">=2021.12.0, <2023.12.1"
18+
dask = ">=2021.12.0"
1919
fastdtw = ">=0.3.4"
2020
h5py = ">=3.6.0"
2121
ipympl = ">=0.9.1"

0 commit comments

Comments
 (0)