Name: python-torchsde Version: 0.2.6 Release: %autorelease Summary: Differentiable SDE solvers with GPU support and efficient sensitivity analysis License: Apache-2.0 URL: https://github.com/google-research/torchsde Source: %{pypi_source torchsde} BuildArch: noarch BuildRequires: python3-devel %global _description %{expand: PyTorch Implementation of Differentiable SDE Solvers Python package This library provides stochastic differential equation (SDE) solvers with GPU support and efficient backpropagation.} %description %_description %package -n python3-torchsde Summary: %{summary} %description -n python3-torchsde %_description %prep %autosetup -p1 -n torchsde-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l torchsde %check %pyproject_check_import %files -n python3-torchsde -f %{pyproject_files} %changelog %autochangelog