Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
veraposeidon committed May 12, 2024
1 parent 49657d3 commit b70b1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 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.10"]
python-version: ["3.6","3.7","3.8","3.9","3.10"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
38 changes: 1 addition & 37 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,16 @@
beautifulsoup4==4.12.3
certifi==2024.2.2
charset-normalizer==3.3.2
coloredlogs==15.0.1
contourpy==1.0.6
cycler==0.12.1
filelock==3.14.0
flatbuffers==24.3.25
fonttools==4.51.0
gdown==5.1.0
humanfriendly==10.0
idna==3.7
imageio==2.34.1
imgviz==1.7.5
importlib_resources==6.4.0
joblib==1.4.2
kiwisolver==1.4.5
labelme==5.4.1
lazy_loader==0.4
lxml==5.2.1
matplotlib==3.8.4
mpmath==1.3.0
natsort==8.4.0
networkx==3.2.1
numpy==1.26.4
onnxruntime==1.17.3
packaging==24.0
pillow==10.3.0
progressbar==2.5
protobuf==5.26.1
pyparsing==3.1.2
PyQt5==5.15.10
PyQt5-Qt5==5.15.12
PyQt5-sip==12.13.0
PySocks==1.7.1
python-dateutil==2.9.0.post0
PyYAML==6.0.1
QtPy==2.4.1
requests==2.31.0
scikit-image==0.22.0
scikit-learn==1.4.2
scipy==1.13.0
six==1.16.0
soupsieve==2.5
sympy==1.12
termcolor==2.4.0
threadpoolctl==3.5.0
tifffile==2024.5.10
tqdm==4.66.4
urllib3==2.2.1
xmltodict==0.13.0
zipp==3.18.1
xmltodict==0.13.0

0 comments on commit b70b1cd

Please sign in to comment.