We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7394294 commit 6cdd145Copy full SHA for 6cdd145
pyproject.toml
@@ -5,33 +5,3 @@ requires = [
5
"pybind11>=2.10.0",
6
]
7
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