Commit f31f7a38 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

update dependencies

parent b6b83502
Loading
Loading
Loading
Loading
Loading
+16 −1935

File changed.

Preview size limit exceeded, changes collapsed.

+2 −16
Original line number Diff line number Diff line
@@ -9,26 +9,12 @@ packages = [{include = "py_mvvm"}]

[tool.poetry.dependencies]
python = "^3.10"
trame = "^3.5.1"
trame-vuetify = "^2.4.2"
trame-vtk = "^2.8.0"
numpy = "^1.26.3"
trame-plotly = "^3.0.2"
bioblend = "^1.2.0"
plotly = "^5.18.0"
plotly-resampler = "^0.9.2"
matplotlib = "^3.8.2"
pywebview = "^4.4.1"
vtk-egl = {version="*", markers="sys_platform=='manylinux'"}
pyqt6 = { version = "^6.7.0", optional = true }

[[tool.poetry.source]]
name = "vtk"
url = "https://wheels.vtk.org"
priority = "primary"
trame = { version = "^3.5.1", optional = true }

[tool.poetry.extras]
pyqt6 = ["pyqt6"]
trame = ["trame"]

[build-system]
requires = ["poetry-core"]