Skip to content

Commit

Permalink
fixed pybind and fixed dependencies versions in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-ferrari committed Nov 16, 2024
1 parent dc5f1ae commit 5c300c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions mad_icp/src/pybind/pypeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <pybind11/pybind11.h>

#include "odometry/pipeline.h"
#include "eigen_stl_bindings.h"

namespace py11 = pybind11;
using namespace py11::literals;
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ classifiers = [
"Intended Audience :: Science/Research",
]
dependencies = [
"PyYAML",
"numpy==1.26.4",
"rosbags",
"open3d",
"matplotlib",
"typer>=0.10.0",
"natsort",
"rich",
"PyYAML==6.0.1",
"numpy==1.23.5",
"rosbags==0.9.23",
"open3d==0.13.0",
"matplotlib==3.1.2",
"typer==0.12.3",
"natsort==8.4.0",
"rich==13.7.1",
]

[project.scripts]
Expand Down

0 comments on commit 5c300c8

Please sign in to comment.