Skip to content

Commit 6cdd145

Browse files
Adding poetry
1 parent 7394294 commit 6cdd145

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pyproject.toml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,3 @@ requires = [
55
"pybind11>=2.10.0",
66
]
77
build-backend = "setuptools.build_meta"
8-
9-
10-
[tool.poetry]
11-
name = "guidance"
12-
homepage = "https://github.com/guidance-ai/guidance"
13-
14-
[tool.poetry.dependencies]
15-
python = ">=3.8"
16-
diskcache = "*"
17-
gptcache = "*"
18-
openai = ">=1.0"
19-
platformdirs = "*"
20-
tiktoken = ">=0.3"
21-
msal = "*"
22-
requests = "*"
23-
numpy = "*"
24-
aiohttp = "*"
25-
ordered-set = "*"
26-
pyformlang = "*"
27-
28-
[tool.poetry.dev-dependencies]
29-
ipython = "*"
30-
numpydoc = "*"
31-
sphinx_rtd_theme = "*"
32-
sphinx = "*"
33-
nbsphinx = "*"
34-
pytest = "*"
35-
transformers = "*"
36-
torch = "*"
37-
pytest-cov = "*"

0 commit comments

Comments
 (0)