File size: 278 Bytes
8ce468d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[project]
name = "DSINE-space"
version = "0.1.0"
description = "Add a short description here"
authors = ["pablovela5620 <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64"]

[tasks]
hi="""
python -c "print('hi')"
"""

[dependencies]
python = "3.11.*"