From 5807c1e90c7eceb0b080cbd13137aa136ce7a2c5 Mon Sep 17 00:00:00 2001 From: Drew Herren Date: Mon, 24 Nov 2025 17:56:56 -0500 Subject: [PATCH] Updated PyPI build process --- MANIFEST.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8da6a56d..307866c0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,7 +8,7 @@ recursive-include include *.hpp # Vendor package source files (excluding R-specific) recursive-include src *.cpp recursive-include src *.h -exclude src/R_data.cpp src/R_random_effects.cpp +exclude src/cpp11.cpp src/forest.cpp src/kernel.cpp src/R_data.cpp src/R_random_effects.cpp src/sampler.cpp src/serialization.cpp src/stochtree_types.h # Remove the CRAN extensionless LICENSE file exclude LICENSE diff --git a/pyproject.toml b/pyproject.toml index 47545ff0..3790f5b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["readme", "optional-dependencies", "license"] description = "Stochastic Tree Ensembles for Machine Learning and Causal Inference" requires-python = ">=3.8.0" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS",