31 lines
712 B
TOML
31 lines
712 B
TOML
[project]
|
|
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}]
|
|
dependencies = []
|
|
description = "Add a short description here"
|
|
name = "consultancy_2"
|
|
requires-python = ">= 3.11"
|
|
version = "0.1.0"
|
|
|
|
[build-system]
|
|
build-backend = "hatchling.build"
|
|
requires = ["hatchling"]
|
|
|
|
[tool.pixi.project]
|
|
channels = ["conda-forge"]
|
|
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
|
|
|
|
[tool.pixi.pypi-dependencies]
|
|
consultancy_2 = { path = ".", editable = true }
|
|
|
|
[tool.pixi.tasks]
|
|
|
|
[tool.pixi.dependencies]
|
|
numpy = ">=2.1.2,<3"
|
|
pandas = ">=2.2.3,<3"
|
|
plotly = ">=5.24.1,<6"
|
|
duckdb = ">=1.1.2,<2"
|
|
python-dotenv = ">=1.0.1,<2"
|
|
fastapi = ">=0.115.4,<0.116"
|
|
polars = ">=0.20.26,<2"
|
|
pyarrow = ">=18.0.0,<19"
|