-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpixi.toml
More file actions
40 lines (34 loc) · 790 Bytes
/
Copy pathpixi.toml
File metadata and controls
40 lines (34 loc) · 790 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
[project]
name = "xrt"
version = "2.0.0b1"
description = "Ray tracing and wave propagation in x-ray regime"
channels = ["conda-forge"]
platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"]
[dependencies]
#python = ">=3.9"
python = "3.11.*"
numpy = ">=1.8"
scipy = ">=0.17"
matplotlib = ">=2.0"
sphinx = ">=1.6.2"
sphinxcontrib-jquery = "*"
distro = "*"
colorama = "*"
numpy-stl = "*"
# GPU / OpenCL
pyopencl = "*"
# glow support
pyopengl = "*"
siphash24 = "*"
freetype-py = "*"
[pypi-dependencies]
# xrt = { path = ".", editable = true, extras = ["all"] }
xrt = { git = "https://github.com/kklmn/xrt.git", branch = "master", extras = ["all"] }
[feature.pyqt5.dependencies]
pyqt = "*"
pyqtwebengine = "*"
qtpy = "*"
qtpynodeeditor = "*"
[environments]
default = []
gui = ["pyqt5"]