Skip to content

Commit 97baee4

Browse files
committed
Moved dependency
1 parent 9c7b775 commit 97baee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
dependencies = [
3333
"defusedxml", # For safely parsing XML files
3434
"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
3536
"requests",
3637
"rich",
3738
"werkzeug",
@@ -64,7 +65,6 @@ server = [
6465
"pillow",
6566
"prometheus_client",
6667
"python-jose[cryptography]",
67-
"readlif", # Specific to cryo-CLEM workflow
6868
"sqlmodel",
6969
"stomp-py<=8.1.0", # 8.1.1 (released 2024-04-06) doesn't work with our project
7070
"tifffile", # Specific to cryo-CLEM workflow

0 commit comments

Comments
 (0)