-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (28 loc) · 869 Bytes
/
pyproject.toml
File metadata and controls
33 lines (28 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "simstack-examples"
version = "0.1.0"
description = "Examples and initial runner tests for Simstack II"
readme = "README.md"
requires-python = ">=3.12"
license = { text = "MIT" }
authors = [
{ name = "Wolfgang Wenzel", email = "wolfgang.wenzel@kit.edu" }
]
#dependencies = [
# # simstack from GitHub (main branch)
# "simstack @ git+https://github.com/NanomatchGmbH/simstacktwotemp.git@main",
#]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pixi.project]
name = "simstack-examples"
channels = ["conda-forge"]
platforms = ["win-64"]
[tool.pixi.environments]
default = { solve-group = "default" }
[tool.pixi.dependencies]
python = "3.12.*"
pixi-pycharm = ">=0.0.9,<0.0.10"
[tool.pixi.pypi-dependencies]
simstack = { git = "https://github.com/NanomatchGmbH/simstacktwotemp.git", rev = "path_handling_fixes_ww" }