Initialize project with Python version and pyproject.toml; remove requirements.txt

This commit is contained in:
Paco Cordobes 2024-11-10 15:15:35 +00:00
parent e8baa81d89
commit 114544cc06
4 changed files with 1489 additions and 9 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.11

30
pyproject.toml Normal file
View File

@ -0,0 +1,30 @@
[project]
name = "fastbook"
version = "0.0.1"
description = "fastbook"
authors = [
{name = "Jeremy Howard and Sylvain Gugger", email = "info@fast.ai"}
]
keywords = ["jupyter", "notebook", "asciidoc"]
requires-python = ">=3.6"
license = {text = "custom"}
readme = "README.md"
[project.urls]
Homepage = "https://github.com/fastai/fastbook/tree/master/"
Documentation = "https://fastai.github.io/fastbook/"
[tool.nbdev]
nbs_path = "."
doc_path = "docs"
lib_path = "fastbook"
git_url = "https://github.com/fastai/fastbook/tree/master/"
branch = "master"
custom_sidebar = false
doc_host = "https://fastai.github.io"
doc_baseurl = "/fastbook/"
host = "github"
audience = "Developers"
language = "English"
status = 2
copyright = "fast.ai"

View File

@ -1,9 +0,0 @@
fastai>=2.0.0
graphviz
ipywidgets
matplotlib
nbdev>=0.2.12
pandas
scikit_learn
azure-cognitiveservices-search-imagesearch
sentencepiece

1458
uv.lock Normal file

File diff suppressed because it is too large Load Diff