File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444 python -m pip install --upgrade pip
4545 pip3 install --upgrade setuptools pip
4646 pip3 install --no-cache-dir -r requirements.txt
47- pip install git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git@bbox --no-deps
47+ pip install git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git --no-deps
4848 pip3 install --no-deps decimer
4949 pip install flake8 pytest
5050 pip install pytest-cov
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN conda install -c conda-forge python=${PYTHON_VERSION} sqlite --force-reinsta
3131 pip3 install --no-cache-dir -r requirements.txt && \
3232 # Install specific packages without dependencies
3333 pip3 install --no-cache-dir --no-deps \
34- git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git@bbox \
34+ git+https://github.com/Kohulan/DECIMER-Image-Segmentation.git \
3535 decimer==2.7.1 \
3636 chembl_structure_pipeline
3737
You can’t perform that action at this time.
0 commit comments