CryptoMarketParser/pyproject.toml
2025-03-19 15:28:30 +08:00

30 lines
735 B
TOML

[project]
name = "cryptomarketparser"
version = "0.1.0"
description = ""
authors = [
{name = "Simon Moisy",email = "simon.moisy@tutanota.com"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"numpy (>=2.2.3,<3.0.0)",
"pandas (>=2.2.3,<3.0.0)",
"sqlalchemy (>=2.0.39,<3.0.0)",
"scipy (>=1.15.2,<2.0.0)",
"matplotlib (>=3.10.1,<4.0.0)",
"scikit-learn (>=1.6.1,<2.0.0)",
"ollama (>=0.4.7,<0.5.0)",
"transformers (>=4.49.0,<5.0.0)",
"markdownify (>=1.1.0,<2.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121"
priority = "explicit"