Skip to content

Commit

Permalink
testing out removal of pybind submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gbomarito committed Oct 28, 2024
1 parent ff89ce7 commit 1fd5b0c
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
Expand Up @@ -4,7 +4,7 @@ requires = [
"wheel",
"ninja",
"cmake>=3.12",
"pybind11",
"pybind11[global]",
]
build-backend = "setuptools.build_meta"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dill>=0.2.9
sympy>=1.0
scikit-learn>=1.1
smcpy>=0.1.4
pybind11
pybind11[global]

0 comments on commit 1fd5b0c

Please sign in to comment.