mirror of https://github.com/silx-kit/pyFAI.git
Optionnal dependencies gui and opencl
This commit is contained in:
parent
0d6a75a3ef
commit
760b4279bb
|
@ -61,6 +61,11 @@ requires = [
|
||||||
'tomli>=1.0.0'
|
'tomli>=1.0.0'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
gui = [ "PyQt5" ]
|
||||||
|
opencl = [ "pyopencl" ]
|
||||||
|
all = ["PyQt5", "pyopencl" ]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
homepage = 'http://www.silx.org'
|
homepage = 'http://www.silx.org'
|
||||||
documentation = 'http://www.silx.org/doc/pyFAI/latest/'
|
documentation = 'http://www.silx.org/doc/pyFAI/latest/'
|
||||||
|
|
Loading…
Reference in New Issue