Skip to content
Snippets Groups Projects
Commit c808c628 authored by fima's avatar fima :beers:
Browse files

Requirements update

parent 6e8c18be
Branches
No related tags found
No related merge requests found
...@@ -25,3 +25,4 @@ olefile>=0.46 ...@@ -25,3 +25,4 @@ olefile>=0.46
psutil>=5.9.0 psutil>=5.9.0
structure-tensor>=0.2.1 structure-tensor>=0.2.1
noise>=1.2.2 noise>=1.2.2
zarr>=2.18.2
\ No newline at end of file
...@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f: ...@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as f:
setup( setup(
name="qim3d", name="qim3d",
version="0.3.8", version="0.3.9",
author="Felipe Delestro", author="Felipe Delestro",
author_email="fima@dtu.dk", author_email="fima@dtu.dk",
description="QIM tools and user interfaces", description="QIM tools and user interfaces",
...@@ -63,6 +63,7 @@ setup( ...@@ -63,6 +63,7 @@ setup(
"olefile>=0.46", "olefile>=0.46",
"psutil>=5.9.0", "psutil>=5.9.0",
"structure-tensor>=0.2.1", "structure-tensor>=0.2.1",
"noise>=1.2.2" "noise>=1.2.2",
"zarr>=2.18.2",
], ],
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment