generated from ploomber/hacktoberfest-2023-project
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 767 Bytes
/
pyproject.toml
File metadata and controls
28 lines (25 loc) · 767 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
[tool.poetry]
name = "hacktoberfest-2023-project"
version = "0.1.0"
description = "ETL/RAG pipelines with Ploomber"
authors = ["Carlos Bustillo <cabustillo13@hotmail.com>", "Monica Regina da Silva <monicareginadasilva@gmail.com"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
ploomber = "^0.23.0"
jupysql = "^0.10.1"
jupysql-plugin = "^0.2.2"
duckdb-engine = "^0.9.2"
ipykernel = "^6.25.2"
farm-haystack = {extras = ["inference"], version = "^1.20.1"}
python-dotenv = "^1.0.0"
openai = "^0.28.0"
ipywidgets = "^8.1.1"
chainlit = "^0.7.0"
pandas = "2.0.3"
kaggle = "^1.5.16"
torch = ">=2.0.0, !=2.0.1, !=2.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"