Skip to content

Commit 7467291

Browse files
committed
update pyproject
1 parent 423753e commit 7467291

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

absbox/local/plot.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,4 @@ def plot_bs(x, excludeItems=["FeeDue","IntAccrue","Account"]):
196196
ax.set_xticks(x + width/2, dates)
197197
ax.legend(loc='upper right')
198198
ax.set_ylim(0, max([highest_y1, highest_y2])*1.2)
199-
plt.show()
200-
201-
202-
def plot_oc(bsReport: pd.DataFrame, bnds: list):
203-
assert isinstance(bsReport, pd.DataFrame), "input report is not a dataframe"
204-
assert isinstance(bnds, list), "input bond name is not a list"
205-
206-
return None
199+
plt.show()

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ dependencies = [
4141

4242
keywords = ["cashflow", "abs", "mbs", "cashflow model", "rmbs" ,"clo", "cashflow engine","structuring", "srt"]
4343

44+
[tool.setuptools.dynamic]
45+
version = {attr = "absbox.__version__"}
46+
47+
4448
[project.urls]
4549
homepage = "https://absbox.org"
4650
documentation = "https://absbox-doc.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)