1 parent 5473895 commit 908d667Copy full SHA for 908d667
2 files changed
.github/workflows/python-ci.yml
@@ -35,7 +35,8 @@ jobs:
35
run: |
36
python -m pip install --upgrade pip
37
pip install flake8 coverage
38
- pip install -r requirements.txt
+ pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu
39
+ pip install -e .[all]
40
- name: Install playwright browsers
41
run: python -m playwright install
42
- name: Lint with flake8
setup.py
@@ -23,7 +23,7 @@ def read_requirements(file):
23
24
setup(
25
name="thepipe_api",
26
- version="1.7.0",
+ version="1.7.1",
27
author="Emmett McFarlane",
28
author_email="emmett@thepi.pe",
29
description="Get clean data from tricky documents, powered by VLMs.",
0 commit comments