This repository has been archived on 2023-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
freecodecamp-projects/9-data-analysis-python/5-sea-level-predictor/pyproject.toml

12 lines
181 B
TOML
Raw Normal View History

2022-12-03 17:55:57 +00:00
[tool]
[tool.poetry]
authors = ["Your Name <you@example.com>"]
name = "root"
version = "0.0.0"
description = ""
[tool.poetry.dependencies]
pandas = "*"
python = "^3.7"
scipy = "*"