Skip to content

Commit 142d1a4

Browse files
committed
update piffle version in ci install
1 parent b47925e commit 142d1a4

4 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/mr_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install ".[dev]"
42-
python -m pip install 'git+https://github.com/rwood-97/piffle.git@iiif_dataclasses'
4342
python -m pip install pytest-cov
4443
4544
- name: Quality Assurance

.github/workflows/mr_ci_text_spotting.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
python -m pip install 'git+https://github.com/maps-as-data/DeepSolo.git'
5555
python -m pip install 'git+https://github.com/maps-as-data/DPText-DETR.git'
5656
python -m pip install 'git+https://github.com/maps-as-data/MapTextPipeline.git'
57-
python -m pip install 'git+https://github.com/rwood-97/piffle.git@iiif_dataclasses'
58-
5957
6058
- name: Clone DPText-DETR
6159
run: |

.github/workflows/mr_pip_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install mapreader[dev]
39-
python -m pip install 'git+https://github.com/rwood-97/piffle.git@iiif_dataclasses'
4039
4140
- name: Quality Assurance
4241
run: |

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"folium>=0.12,<1.0.0",
6464
"mapclassify>=2.0.0,<3.0.0",
6565
"xyzservices==2024.9.0",
66-
# "piffle @ git+https://github.com/rwood-97/piffle.git@iiif_dataclasses",
66+
"piffle>=0.7.0",
6767
"lxml",
6868
],
6969
extras_require={

0 commit comments

Comments
 (0)