Simon Clematide
Update Pipfile to specify exact package versions and Python 3.12
cef9aa2
raw
history blame contribute delete
272 Bytes
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
transformers = "==4.41.2"
tqdm = "*"
matplotlib = "*"
pandas = "*"
openpyxl = "*"
[dev-packages]
ipykernel = "*"
[requires]
python_version = "3.12"
[scripts]
predict = "sdg-predict"