27 lines
605 B
TOML
27 lines
605 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"
|