Skip to content

Commit

Permalink
update setup.py and ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 24, 2024
1 parent b6cd879 commit d24d0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/mr_ci_text_spotting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install wheel ninja
python -m pip install torch==2.2.2 torchvision==0.17.2 -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install ".[dev, text]" # all dependencies
python -m pip install pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"nest-asyncio>=1.5.1,<2.0.0",
"scikit-image>=0.18.3",
"scikit-learn>=1.0.1,<2.0.0",
"torch>=1.10.0",
"torchvision>=0.11.1,<0.17.3",
"torch>=1.10.0,=<2.2.2",
"torchvision>=0.11.1,=<0.17.2",
"jupyter>=1.0.0,<2.0.0",
"ipykernel>=6.5.1,<7.0.0",
"ipywidgets>=8.0.0,<9.0.0",
Expand Down

0 comments on commit d24d0bc

Please sign in to comment.