mirror of
https://github.com/fastai/fastbook.git
synced 2025-04-05 02:10:48 +00:00
Initialize project with Python version and pyproject.toml; remove requirements.txt
This commit is contained in:
parent
e8baa81d89
commit
114544cc06
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.11
|
30
pyproject.toml
Normal file
30
pyproject.toml
Normal 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"
|
@ -1,9 +0,0 @@
|
||||
fastai>=2.0.0
|
||||
graphviz
|
||||
ipywidgets
|
||||
matplotlib
|
||||
nbdev>=0.2.12
|
||||
pandas
|
||||
scikit_learn
|
||||
azure-cognitiveservices-search-imagesearch
|
||||
sentencepiece
|
Loading…
Reference in New Issue
Block a user