-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (35 loc) · 936 Bytes
/
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
[tool.poetry]
name = "seidr"
version = "3.5.0"
description = "Synthesize Execute Instruct Debug Rank"
authors = ["Vadim Liventsev <[email protected]>", "Anastasia Grishina <[email protected]>"]
license = "MIT"
readme = "README.md"
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Topic :: Software Development :: Compilers"
]
[tool.poetry.dependencies]
python = "^3.9"
psb2 = "^1.1.1"
openai = "^1.0.0"
more-itertools = "^10.0.0"
programlib = "12.0.5"
wandb = "^0.19.0"
gitpython = ">=3.0.0,<4.0.0"
tenacity = ">=8.0.0,<9.0.0"
pandas = ">=2.0.0"
fire = "<1.0.0"
jsonlines = "^4.0.0"
black = "^24.0.0"
langchain = "^0.2.0"
pytest-codeblocks = "^0.17.0"
langchain-community = "^0.2.6"
langchain-core = "^0.2.10"
langchain-openai = "^0.1.14"
langchain-anthropic = "~=0.1"
anthropic = "~=0.29"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"