19 lines
359 B
TOML
19 lines
359 B
TOML
|
[tool.poetry]
|
||
|
name = "bitcoin-model"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Sam Fredrickson <samfredrickson@gmail.com>"]
|
||
|
readme = "README.md"
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.13"
|
||
|
pandas = "^2.2.3"
|
||
|
matplotlib = "^3.9.2"
|
||
|
seaborn = "^0.13.2"
|
||
|
scipy = "^1.14.1"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|