17 lines
343 B
TOML
17 lines
343 B
TOML
[project]
|
|
name = "ceao-809"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"jupyterlab>=4.5.8",
|
|
"matplotlib>=3.10.9",
|
|
"nbformat>=5.10.4",
|
|
"ortools>=9.15.6755",
|
|
"pulp>=3.3.2",
|
|
"pymap3d>=3.2.0",
|
|
"seaborn>=0.13.2",
|
|
"vincenty>=0.1.4",
|
|
]
|