forked from HazyResearch/fm_data_tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 795 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 795 Bytes
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
[tool.poetry]
name = "fm_data_tasks"
version = "0.0.1"
description = "Foundation Models for Data Tasks"
authors = ["Avanika Narayan <avanikan@stanford.edu>", "Ines Chami <ines.chami@numbersstation.ai>", "Laurel Orr <lorr1@cs.stanford.edu>"]
license = "Apache 2.0"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
rich = "^12.2.0"
numpy = "^1.22.3"
pandas = "^1.4.2"
openai = "^0.18.0"
ipdb = "^0.13.9"
pyarrow = "^7.0.0"
scipy = "^1.8.0"
datasets = "^2.1.0"
transformers = "^4.18.0"
torch = "^1.8"
black = "^22.3.0"
isort = "^5.10.1"
sklearn = "^0.0"
argh = "^0.26.2"
wandb = "^0.12.14"
ujson = "^5.2.0"
flake8 = "^4.0.1"
pre-commit = "^2.19.0"
sqlitedict = "^2.0.0"
sentence-transformers = "^2.2.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"