mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
build: fixed dependency ranges; closes #135
This commit is contained in:
@ -13,30 +13,27 @@ classifiers = [
|
|||||||
"Topic :: Scientific/Engineering",
|
"Topic :: Scientific/Engineering",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pydantic",
|
"pydantic~=2.0",
|
||||||
"qtconsole",
|
"qtconsole~=5.5, >=5.5.1", # needed for jupyter console
|
||||||
"jedi",
|
"qtpy~=2.4",
|
||||||
"qtpy",
|
"pyqtgraph~=0.13",
|
||||||
"pyqtgraph",
|
"bec_lib~=2.16",
|
||||||
"bec_lib",
|
"bec_ipython_client~=2.16", # needed for jupyter console
|
||||||
"bec_ipython_client", # needed for jupyter widget
|
"pyqtdarktheme~=2.1",
|
||||||
"zmq",
|
"black~=24.0", # needed for bw-generate-cli
|
||||||
"h5py",
|
"isort~=5.13, >=5.13.2", # needed for bw-generate-cli
|
||||||
"pyqtdarktheme",
|
|
||||||
"black", # needed for bw-generate-cli
|
|
||||||
"isort", # needed for bw-generate-cli
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"pytest",
|
"pytest~=8.0",
|
||||||
"pytest-random-order",
|
"pytest-random-order~=1.1",
|
||||||
"pytest-timeout",
|
"pytest-timeout~=2.2",
|
||||||
"pytest-xvfb",
|
"pytest-xvfb~=3.0",
|
||||||
"coverage",
|
"coverage~=7.0",
|
||||||
"pytest-qt",
|
"pytest-qt~=4.4",
|
||||||
"fakeredis",
|
"fakeredis~=2.23, >=2.23.2",
|
||||||
]
|
]
|
||||||
pyqt5 = ["PyQt5>=5.9", "PyQtWebEngine>=5.9"]
|
pyqt5 = ["PyQt5>=5.9", "PyQtWebEngine>=5.9"]
|
||||||
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]
|
pyqt6 = ["PyQt6>=6.7", "PyQt6-WebEngine>=6.7"]
|
||||||
|
Reference in New Issue
Block a user