DSINE-space / pixi.toml
pablovela5620's picture
initial commit
8ce468d
raw
history blame
No virus
278 Bytes
[project]
name = "DSINE-space"
version = "0.1.0"
description = "Add a short description here"
authors = ["pablovela5620 <pablovela5620@gmail.com>"]
channels = ["conda-forge"]
platforms = ["linux-64"]
[tasks]
hi="""
python -c "print('hi')"
"""
[dependencies]
python = "3.11.*"