scrambled-snake / Pipfile
sotirios-slv's picture
Synced repo using 'sync_with_huggingface' Github Action
dd7931c verified
raw
history blame contribute delete
276 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
opencv-python = "*"
requests = "*"
pandas = "*"
pillow = "*"
scikit-learn = "*"
matplotlib = "*"
streamlit = "*"
bokeh = "*"
flair = "*"
[dev-packages]
[requires]
python_version = "3.11"