Loading poetry.lock +16 −1935 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +2 −16 Original line number Diff line number Diff line Loading @@ -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"] Loading Loading
pyproject.toml +2 −16 Original line number Diff line number Diff line Loading @@ -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"] Loading