csci5451/assignments/01/pyproject.toml

17 lines
300 B
TOML
Raw Permalink Normal View History

2023-09-23 05:04:06 +00:00
[tool.poetry]
name = "01"
version = "0.1.0"
description = ""
authors = ["Michael Zhang <mail@mzhang.io>"]
readme = "README.md"
[tool.poetry.dependencies]
2023-10-09 07:51:38 +00:00
python = ">=3.10,<3.13"
2023-09-23 05:04:06 +00:00
click = "^8.1.7"
2023-10-09 07:51:38 +00:00
numpy = "^1.26.0"
2023-09-23 05:04:06 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"