-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (35 loc) · 868 Bytes
/
pyproject.toml
File metadata and controls
43 lines (35 loc) · 868 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
35
36
37
38
39
40
41
42
43
[tool.poetry]
name = "universal-remote"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
instructorembedding = "^1.0.1"
plotly-express = "^0.4.1"
transformers = "^4.37.2"
sentence-transformers = "2.2.2"
openai = "^1.12.0"
python-dotenv = "^1.0.1"
langchain = "^0.1.8"
langchain-openai = "^0.0.6"
[tool.poetry.group.scraper.dependencies]
requests = "^2.31.0"
beautifulsoup4 = "^4.12.3"
cinemagoer = "^2023.5.1"
tqdm = "^4.66.2"
[tool.poetry.group.dev.dependencies]
jupyterlab = "^4.1.2"
ipykernel = "^6.29.2"
watchdog = "^4.0.0"
[tool.poetry.group.app.dependencies]
streamlit = "^1.31.1"
pyyaml = "^6.0.1"
pandas = "^2.2.1"
pyarrow = "^15.0.0"
umap-learn = "^0.5.5"
scipy = "^1.12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"