Skip to content

Commit

Permalink
fix: update requirement.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
veraposeidon committed May 12, 2024
1 parent b70b1cd commit fa2a26b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6","3.7","3.8","3.9","3.10"]
python-version: ["3.7","3.8","3.9","3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
22 changes: 6 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
beautifulsoup4==4.12.3
imgviz==1.7.5
labelme==5.4.1
lxml==5.2.1
matplotlib==3.8.4
numpy==1.26.4
onnxruntime==1.17.3
packaging==24.0
pillow==10.3.0
progressbar==2.5
protobuf==5.26.1
PyQt5==5.15.10
scikit-learn==1.4.2
termcolor==2.4.0
tqdm==4.66.4
xmltodict==0.13.0
beautifulsoup4~=4.12.3
imgviz~=1.7.5
labelme~=5.4.1
progressbar~=2.5
protobuf~=5.26.1
scikit-learn~=1.4.2

0 comments on commit fa2a26b

Please sign in to comment.