From d9df16c1c0d0a527aa176ab2122feac04fd95c9f Mon Sep 17 00:00:00 2001 From: Joris Vaillant Date: Wed, 16 Oct 2024 12:08:00 +0200 Subject: [PATCH] pixi: Update version --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 804aae22..6dd0b4a0 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,6 @@ [project] name = "eigenpy" -version = "3.4.0" +version = "3.10.0" description = "Bindings between Numpy and Eigen using Boost.Python" platforms = ["linux-64", "osx-64", "osx-arm64", "win-64"] channels = ["conda-forge"]