Skip to content

Commit c39c2e7

Browse files
Merge pull request #387 from theGreatHerrLebert/fix/imspy-simulation-sagepy-dep
Move imspy-search to base dependency of imspy-simulation
2 parents 9f9901b + 5c5c919 commit c39c2e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ RUN pip install --no-cache-dir /tmp/packages/imspy-core && \
8787
pip install --no-cache-dir "/tmp/packages/imspy-predictors[koina]" && \
8888
pip install --no-cache-dir /tmp/packages/imspy-dia && \
8989
pip install --no-cache-dir /tmp/packages/imspy-search && \
90-
pip install --no-cache-dir "/tmp/packages/imspy-simulation[search,gui]" && \
90+
pip install --no-cache-dir "/tmp/packages/imspy-simulation[gui]" && \
9191
pip install --no-cache-dir /tmp/packages/imspy-vis && \
9292
rm -rf /tmp/packages
9393

packages/imspy-simulation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ dependencies = [
2020
"tqdm>=4.66",
2121
"zstd>=1.5",
2222
"matplotlib>=3.5",
23+
"imspy-search>=0.4.0",
2324
]
2425

2526
[project.optional-dependencies]
26-
search = ["imspy-search>=0.4.0"]
2727
gui = [
2828
"nicegui>=1.4.0",
2929
"qdarkstyle>=3.0",

0 commit comments

Comments
 (0)