Skip to content

Commit

Permalink
Add pyproject file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-AnChen committed Nov 2, 2021
1 parent 22e2086 commit 6c3e4d9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[tool.poetry]
name = "palom"
version = "2021.11.0"
description = "Piecewise alignment for layers of mosaics"
authors = ["Yu-An Chen <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
# Pin python version to 3.7, python 3.8 needs workaround to import openslide DLL
# https://github.com/openslide/openslide-python/issues/98
python = ">=3.7.8,<3.8"
scikit-image = "^0.18.3"
scikit-learn = "^0.24.2"
opencv-python = "^4.5.3.56"
zarr = "^2.10.0"
tifffile = "^2021.10.12"
matplotlib = "^3.4.3"
tqdm = "^4.62.3"
napari-lazy-openslide = "^0.2.0"
scipy = "^1.7.1"
dask = "^2021.10.0"
numpy = "^1.21.3"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 6c3e4d9

Please sign in to comment.