[tool.poetry] name = "datascience" version = "0.1.0" description = "" authors = ["Steve Kossouho "] readme = "README.md" [tool.poetry.dependencies] python = ">=3.9,<=3.12" matplotlib = "^3.6.3" pandas = "^1.5.2" requests = "^2.28.2" bokeh = "^3.1.0" jupyter = "^1.0.0" xlsxwriter = "^3.1.1" plotly = "^5.15.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"