flisol-cba-martin-fierro / pyproject.toml
crscardellino's picture
Added accelerate to the requirements
534773e
raw
history blame
974 Bytes
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "flisol-cba-martin-fierro"
version = "1.0.0"
authors = [
{ name="Cristian Cardellino", email="ccardellino@unc.edu.ar" },
]
description = "Código fuente de la charla 'Hugging Face: IA Colaborativa'"
readme = "README.md"
requires-python = ">=3.10.8"
dependencies = [
"accelerate==1.0.1",
"datasets==3.0.1",
"jupyter==1.1.1",
"jupyterlab-rise==0.42.0",
"notebook==7.2.2",
"numpy==2.1.2",
"torch==2.3.1",
"transformers==4.45.2",
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
]
[project.urls]
Homepage = "https://huggingface.co/crscardellino/flisol-cba-martin-fierro"
Issues = "https://huggingface.co/crscardellino/flisol-cba-martin-fierro"
[tool.black]
line-length = 100
[tool.setuptools.packages.find]
exclude = ["*venv*", "*env*", ".venv*"]