Skip to content

Commit b377804

Browse files
committed
update package information and readme
1 parent 03dc8da commit b377804

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "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."
1212
authors = [
1313
{name = "Acadia Larsen", email = "acadia.larsen@gmail.com"},
1414
]
1515
dependencies = [
1616
"cutgeneratingfunctionology",
17-
"scipy",
18-
"pyscipopt"]
17+
"pplitepy"]
1918
requires-python = ">=3.9"
2019
license = "GPL-2.0-or-later"
2120
keywords = ["integer programming", "cutting planes"]
2221
classifiers = [
23-
"Development Status :: 3 - Alpha",
22+
"Development Status :: 4 - Beta",
2423
"Intended Audience :: Science/Research",
2524
"Programming Language :: Python",
2625
"Programming Language :: Python :: 3",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

33
setup(
4-
packages = ['minimalFunctionCache', 'parametricCutGen'],
4+
packages = ['minimalFunctionCache'],
55
include_package_data=True,
66
)

0 commit comments

Comments
 (0)