-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathpixi.toml
More file actions
51 lines (46 loc) · 882 Bytes
/
pixi.toml
File metadata and controls
51 lines (46 loc) · 882 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[workspace]
authors = ["Joshua A. Anderson <joaander@umich.edu>"]
channels = ["conda-forge"]
name = "hoomd-blue"
platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
[tasks]
[dependencies]
cereal = "*"
cmake = "*"
eigen = "*"
gsd = "*"
h5py = "*"
ninja = "*"
numpy = "*"
mpi4py = "*"
openmpi = "*"
pybind11 = "*"
pytest = "*"
rowan = "*"
sybil = "*"
bump-my-version = "*"
[feature.py311.dependencies]
python = "3.11.*"
[feature.py312.dependencies]
python = "3.12.*"
[feature.py313.dependencies]
python = "3.13.*"
[feature.py314.dependencies]
python = "3.14.*"
[feature.docs.dependencies]
python = "3.14.*"
ipython = "*"
nbconvert = "*"
nbsphinx = "*"
pandoc = "*"
tornado = "*"
[feature.docs.pypi-dependencies]
sphinxcontrib-katex = "*"
sphinx-copybutton = "*"
furo = "*"
[environments]
py311 = ["py311"]
py312 = ["py312"]
py313 = ["py313"]
py314 = ["py314"]
docs = ["docs"]