File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " rehline"
3- version = " 0.0.3 "
3+ version = " 0.0.4.dev0 "
44description = " Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence"
55authors = [
66 {
name =
" Ben Dai" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 11import os
2- from pathlib import Path
32import zipfile
3+ from pathlib import Path
4+
45import requests
56from pybind11 .setup_helpers import Pybind11Extension
67from setuptools import setup
78from setuptools .command .build_ext import build_ext
89
9- __version__ = "0.0.3 "
10+ __version__ = "0.0.4.dev0 "
1011
1112# The main interface is through Pybind11Extension.
1213# * You can add cxx_std=11/14/17, and then build_ext can be removed.
You can’t perform that action at this time.
0 commit comments