Skip to content

Commit

Permalink
testing wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
j-faria committed Jan 28, 2025
1 parent 6b9f54e commit 3563170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core >=0.4.3", "nanobind >=1.3.2"]
requires = ["scikit-build-core", "nanobind"]
build-backend = "scikit_build_core.build"

[project]
Expand Down
2 changes: 1 addition & 1 deletion src/kima/distributions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NB_MODULE(distributions, m)
//.def("rand_int", [](DNest4::RNG& rng, int L, int U){ return rng.rand_int(L, U); });
//
nb::class_<DNest4::ContinuousDistribution>(m, "Distribution");
nb::class_<DNest4::DiscreteDistribution>(m, "DiscreteDistribution");
// nb::class_<DNest4::DiscreteDistribution>(m, "DiscreteDistribution");

// Cauchy.cpp
nb::class_<DNest4::Cauchy, DNest4::ContinuousDistribution>(m, "Cauchy", "Cauchy distribution")
Expand Down

0 comments on commit 3563170

Please sign in to comment.