File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/imspy-simulation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ]
2727gui = [
2828 " nicegui>=1.4.0" ,
2929 " qdarkstyle>=3.0" ,
You can’t perform that action at this time.
0 commit comments