From 1fd5b0c4a2e3ed25a754270a57a533f9db03b44d Mon Sep 17 00:00:00 2001 From: "G. Bomarito" Date: Mon, 28 Oct 2024 12:29:51 -0400 Subject: [PATCH] testing out removal of pybind submodule --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8245bcf..aa94ed41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "wheel", "ninja", "cmake>=3.12", - "pybind11", + "pybind11[global]", ] build-backend = "setuptools.build_meta" diff --git a/requirements.txt b/requirements.txt index b9b15806..cfd411c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ dill>=0.2.9 sympy>=1.0 scikit-learn>=1.1 smcpy>=0.1.4 -pybind11 +pybind11[global]