Skip to content

Commit 9fe9a39

Browse files
✨ Add config.toml for pixi and update dependencies in pyproject.toml to allow any version
1 parent 232e493 commit 9fe9a39

3 files changed

Lines changed: 16 additions & 15 deletions

File tree

.pixi/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pinning-strategy = "no-pin"

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ robot-log-visualizer = { path = ".", editable = true }
7878
[tool.pixi.tasks]
7979

8080
[tool.pixi.dependencies]
81-
numpy = ">=2.4.2,<3"
82-
qtpy = ">=2.4.3,<3"
83-
pyqt = ">=5.15.11,<6"
84-
pyqtwebengine = ">=5.15.11,<6"
85-
pyside2 = ">=5.15.15,<6"
86-
pyqtgraph = ">=0.14.0,<0.15"
87-
matplotlib = ">=3.10.8,<4"
88-
h5py = ">=3.15.1,<4"
89-
gst-plugins-good = ">=1.24.11,<2"
90-
gst-plugins-bad = ">=1.24.11,<2"
91-
idyntree = ">=13.4.2,<14"
92-
pyqtconsole = ">=1.2.3,<2"
93-
meshcat-python = ">=0.3.2,<0.4"
81+
numpy = "*"
82+
qtpy = "*"
83+
pyqt = "*"
84+
pyqtwebengine = "*"
85+
pyside2 = "*"
86+
pyqtgraph = "*"
87+
matplotlib = "*"
88+
h5py = "*"
89+
gst-plugins-good = "*"
90+
gst-plugins-bad = "*"
91+
idyntree = "*"
92+
pyqtconsole = "*"
93+
meshcat-python = "*"
9494

0 commit comments

Comments
 (0)