We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7b775 commit 97baee4Copy full SHA for 97baee4
pyproject.toml
@@ -32,6 +32,7 @@ classifiers = [
32
dependencies = [
33
"defusedxml", # For safely parsing XML files
34
"pydantic<2", # Pip hops between installing v2.7 or v1.10 depending on which of the additional dependencies are requested
35
+ "readlif", # Specific to cryo-CLEM workflow
36
"requests",
37
"rich",
38
"werkzeug",
@@ -64,7 +65,6 @@ server = [
64
65
"pillow",
66
"prometheus_client",
67
"python-jose[cryptography]",
- "readlif", # Specific to cryo-CLEM workflow
68
"sqlmodel",
69
"stomp-py<=8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
70
"tifffile", # Specific to cryo-CLEM workflow
0 commit comments