-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
44 lines (41 loc) · 983 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
38
39
40
41
42
43
44
[tool.poetry]
name = "applied-python-training"
version = "0.1.0"
description = ""
authors = ["Arief Rahmansyah <ariefrahmansyah@hotmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
black = "^24.4.2"
isort = "^5.13.2"
jupyter-book = "^1.0.2"
jupyterlab = "^4.2.4"
jupyterlab-code-formatter = "^3.0.0"
matplotlib = "^3.9.1"
nlp-rake = "^0.0.2"
nltk = "^3.9.1"
opencv-python = "^4.10.0.84"
pandas = "^2.2.2"
pysastrawi = "^1.2.0"
python = "^3.12"
pywaffle = "^1.1.1"
scikit-image = "^0.24.0"
scikit-learn = "^1.5.1"
seaborn = "^0.13.2"
sphinx-autobuild = "^2024.4.16"
tensorboard = "^2.17.1"
tensorflow = "^2.17.0"
wordcloud = "^1.9.3"
keras-tuner = "^1.4.7"
phidata = "^2.4.29"
streamlit = "^1.37.1"
duckduckgo-search = "^6.2.11"
openai = "^1.42.0"
pydantic = "^2.8.2"
ollama = "^0.3.2"
langchain = "^0.2.14"
langchain-community = "^0.2.12"
chromadb = "^0.5.5"
python-fasthtml = "^0.4.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"