-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
39 lines (36 loc) · 1.23 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[project]
name = "ide_former_simulation"
description = "Helper library IDE Former Simulation"
license = { file = "LICENSE" }
version = "0.1.0"
authors = [
{ name = "Evgeny Grigorenko", email = "[email protected]" },
{ name = "Evgenija Fedotova", email = "[email protected]" },
{ name = "Yaroslav Zharov", email = "[email protected]" }
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
]
requires-python = ">=3.9,<3.12"
dependencies = [
"docker~=6.1.3",
"outlines @ git+https://github.com/evgri243/outlines.git@evgri243/relax-model-loading",
"jinja2~=3.1.2",
"openai~=0.28.1",
"backoff~=2.2.1",
"jupyter~=1.0.0",
"tiktoken~=0.5.1",
"nest-asyncio~=1.5.8",
"transformers~=4.33.3",
"tokenizers~=0.13.0",
"torch~=2.1.0",
]
[build-system]
requires = ["setuptools ~= 68.2.2", "cython ~= 3.0.5"]