Datasets:
[tool.poetry] | |
name = "hermes-toth" | |
version = "0.1.0" | |
description = "" | |
authors = ["Alexandre Teles <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = ">=3.11,<3.12" | |
jupyterlab = "^4.1.1" | |
notebook = "^7.0.8" | |
pandas = "^2.2.0" | |
pydantic = "^2.6.1" | |
numpy = "^1.26.4" | |
numba = "^0.59.0" | |
setuptools = "^69.1.0" | |
langchain = "^0.1.7" | |
ipywidgets = "^8.1.2" | |
tqdm = "^4.66.2" | |
langchain-mistralai = "^0.0.4" | |
python-dotenv = "^1.0.1" | |
pyarrow = "^15.0.0" | |
langchain-openai = "^0.0.6" | |
unstructured = "^0.12.4" | |
markdown = "^3.5.2" | |
transformers = {extras = ["torch"], version = "^4.37.2"} | |
langchain-experimental = "^0.0.51" | |
networkx = "^3.2.1" | |
matplotlib = "^3.8.3" | |
[[tool.poetry.source]] | |
name = "nvidia" | |
url = "https://pypi.nvidia.com" | |
priority = "supplemental" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |