File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,19 +8,18 @@ build-backend = "setuptools.build_meta"
88
99[project ]
1010name = " MinimalFunctionCache"
11- description = " Experimental Cut and Branch solver using optimal cut selection via parameterized cut generating functions."
11+ description = " Necessary data for using pre-computed cell descriptions of the space of continuous minimal functions with at most k breakpoints ."
1212authors = [
1313 {name = " Acadia Larsen" , email = " acadia.larsen@gmail.com" },
1414]
1515dependencies = [
1616" cutgeneratingfunctionology" ,
17- " scipy" ,
18- " pyscipopt" ]
17+ " pplitepy" ]
1918requires-python = " >=3.9"
2019license = " GPL-2.0-or-later"
2120keywords = [" integer programming" , " cutting planes" ]
2221classifiers = [
23- " Development Status :: 3 - Alpha " ,
22+ " Development Status :: 4 - Beta " ,
2423 " Intended Audience :: Science/Research" ,
2524 " Programming Language :: Python" ,
2625 " Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 11from setuptools import setup
22
33setup (
4- packages = ['minimalFunctionCache' , 'parametricCutGen' ],
4+ packages = ['minimalFunctionCache' ],
55 include_package_data = True ,
66)
You can’t perform that action at this time.
0 commit comments