test_tea / pyproject.toml
mpd's picture
Update pyproject.toml
a294ed6
raw history blame
No virus
408 Bytes
[tool.poetry]
name = "python-template"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.8.0,<3.9"
numpy = "^1.22.2"
urllib3 = "^1.26.12"
fastai = "^2.7.9"
fastbook = "^0.0.28"
[build-system]
requires = ["setuptools>=40.8.0", "wheel", "python=3.7.14", "fastai=2.7.9", "fastcore=1.5.27"]
build-backend = "setuptools.build_meta:__legacy__"