Last active
October 23, 2023 05:02
-
-
Save amenabe22/725fcb12c37d03ddcf550a144cc37f2e to your computer and use it in GitHub Desktop.
requirements file for similarity analyzer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
absl-py==2.0.0 | |
boto3==1.28.67 | |
botocore==1.31.67 | |
cachetools==5.3.1 | |
certifi==2022.12.7 | |
chardet==4.0.0 | |
charset-normalizer==3.3.0 | |
click==8.1.7 | |
contourpy==1.1.1 | |
cycler==0.10.0 | |
filelock==3.12.4 | |
fire==0.5.0 | |
fonttools==4.43.1 | |
fsspec==2023.9.2 | |
gitdb==4.0.10 | |
GitPython==3.1.40 | |
google-auth==2.23.3 | |
google-auth-oauthlib==1.1.0 | |
grpcio==1.59.0 | |
huggingface-hub==0.18.0 | |
idna==2.10 | |
imageio==2.31.5 | |
importlib-metadata==6.8.0 | |
importlib-resources==6.1.0 | |
Jinja2==3.1.2 | |
jmespath==1.0.1 | |
joblib==1.3.2 | |
kiwisolver==1.4.5 | |
lazy_loader==0.3 | |
mahotas==1.4.13 | |
Markdown==3.5 | |
MarkupSafe==2.1.3 | |
matplotlib==3.8.0 | |
mpmath==1.3.0 | |
networkx==3.2 | |
numpy==1.26.1 | |
oauthlib==3.2.2 | |
opencv-python==4.8.1.78 | |
opencv-python-headless==4.8.0.74 | |
packaging==23.2 | |
pandas==2.1.1 | |
Pillow==10.1.0 | |
protobuf==4.23.4 | |
psutil==5.9.6 | |
py-cpuinfo==9.0.0 | |
pyasn1==0.5.0 | |
pyasn1-modules==0.3.0 | |
pybboxes==0.1.6 | |
pyparsing==2.4.7 | |
python-dateutil==2.8.2 | |
python-dotenv==1.0.0 | |
pytz==2023.3.post1 | |
PyYAML==6.0.1 | |
requests==2.31.0 | |
requests-oauthlib==1.3.1 | |
requests-toolbelt==1.0.0 | |
roboflow==1.1.7 | |
rsa==4.9 | |
s3transfer==0.7.0 | |
sahi==0.11.14 | |
scikit-image==0.22.0 | |
scikit-learn==1.3.1 | |
scipy==1.11.3 | |
seaborn==0.13.0 | |
shapely==2.0.2 | |
six==1.16.0 | |
smmap==5.0.1 | |
supervision==0.16.0 | |
sympy==1.12 | |
tensorboard==2.15.0 | |
tensorboard-data-server==0.7.1 | |
termcolor==2.3.0 | |
terminaltables==3.1.10 | |
thop==0.1.1.post2209072238 | |
threadpoolctl==3.2.0 | |
tifffile==2023.9.26 | |
torch==2.1.0 | |
torchvision==0.16.0 | |
tqdm==4.66.1 | |
typing_extensions==4.8.0 | |
tzdata==2023.3 | |
ultralytics==8.0.200 | |
urllib3==1.26.18 | |
Werkzeug==3.0.0 | |
yolov5==7.0.13 | |
zipp==3.17.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment