Add a requirements from pip freeze on a working system
This commit is contained in:
parent
7f92938a43
commit
549cd4aa96
|
@ -0,0 +1,80 @@
|
|||
absl-py==2.0.0
|
||||
astunparse==1.6.3
|
||||
cachetools==5.3.2
|
||||
certifi==2023.7.22
|
||||
charset-normalizer==3.3.2
|
||||
coloredlogs==15.0.1
|
||||
contourpy==1.2.0
|
||||
cycler==0.12.1
|
||||
flatbuffers==23.5.26
|
||||
fonttools==4.44.0
|
||||
gast==0.5.4
|
||||
gitdb==4.0.11
|
||||
GitPython==3.1.40
|
||||
google-auth==2.23.4
|
||||
google-auth-oauthlib==1.0.0
|
||||
google-pasta==0.2.0
|
||||
grpcio==1.59.2
|
||||
h5py==3.10.0
|
||||
humanfriendly==10.0
|
||||
idna==3.4
|
||||
importlib-metadata==6.8.0
|
||||
importlib-resources==6.1.0
|
||||
keras==2.14.0
|
||||
kiwisolver==1.4.5
|
||||
libclang==16.0.6
|
||||
Markdown==3.5.1
|
||||
markdown-it-py==3.0.0
|
||||
MarkupSafe==2.1.3
|
||||
matplotlib==3.8.1
|
||||
mdurl==0.1.2
|
||||
ml-dtypes==0.2.0
|
||||
mpmath==1.3.0
|
||||
numpy==1.26.1
|
||||
oauthlib==3.2.2
|
||||
onnx==1.15.0
|
||||
onnx-simplifier==0.4.35
|
||||
onnxruntime==1.16.1
|
||||
opencv-python==4.8.1.78
|
||||
opt-einsum==3.3.0
|
||||
packaging==23.2
|
||||
pandas==2.1.2
|
||||
Pillow==10.1.0
|
||||
protobuf==4.25.0
|
||||
psutil==5.9.6
|
||||
py-cpuinfo==9.0.0
|
||||
pyasn1==0.5.0
|
||||
pyasn1-modules==0.3.0
|
||||
Pygments==2.16.1
|
||||
pyparsing==3.1.1
|
||||
python-dateutil==2.8.2
|
||||
pytz==2023.3.post1
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
requests-oauthlib==1.3.1
|
||||
rich==13.6.0
|
||||
rsa==4.9
|
||||
scipy==1.11.3
|
||||
seaborn==0.13.0
|
||||
six==1.16.0
|
||||
smmap==5.0.1
|
||||
sympy==1.12
|
||||
tensorboard==2.14.1
|
||||
tensorboard-data-server==0.7.2
|
||||
tensorflow-cpu==2.14.0
|
||||
tensorflow-estimator==2.14.0
|
||||
tensorflow-io-gcs-filesystem==0.34.0
|
||||
termcolor==2.3.0
|
||||
thop==0.1.1.post2209072238
|
||||
torch==1.11.0
|
||||
torchaudio==0.11.0
|
||||
torchtext==0.12.0
|
||||
torchvision==0.12.0
|
||||
tqdm==4.66.1
|
||||
typing_extensions==4.8.0
|
||||
tzdata==2023.3
|
||||
ultralytics==8.0.111
|
||||
urllib3==2.0.7
|
||||
Werkzeug==3.0.1
|
||||
wrapt==1.14.1
|
||||
zipp==3.17.0
|
|
@ -7,5 +7,4 @@ fi
|
|||
cd yolov5
|
||||
python -m venv env
|
||||
source env/bin/activate
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install onnx
|
||||
python -m pip install -r ../requirements_yolov5.txt
|
||||
|
|
Loading…
Reference in New Issue