Skip to content

Commit 283d02c

Browse files
authored
Merge pull request #699 from Steinbeck-Lab/development
fix: segementation download issues
2 parents 29c0fb8 + 3155f55 commit 283d02c

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ openbabel-wheel
3434
uvicorn[standard]
3535
pytest
3636
pytest-asyncio
37+
pymupdf

tests/segment_sample.png

5.63 KB
Loading

0 commit comments

Comments
 (0)