Skip to content

Commit 3482113

Browse files
committed
Revert "Upgrade to py3.12"
This reverts commit 310d067.
1 parent 310d067 commit 3482113

35 files changed

+1950
-3138
lines changed

poetry.lock

Lines changed: 1889 additions & 1839 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

100644100755
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[tool.poetry]
22
name = "Rangekeeper"
3-
version = "0.4.4-alpha"
3+
version = "0.4.3-alpha"
44
description = "A Python library assisting financial modelling in scenario planning, decision-making, cashflow forecasting, and the like"
55
authors = ["Daniel Fink <danfink@mit.edu>"]
66
license = "MPL-2.0"
77
readme = "README.md"
88

99
[tool.poetry.dependencies]
10-
python = ">=3.10, <3.13"
10+
python = ">=3.9, <3.11"
1111
aenum = "^3.1.11"
1212
matplotlib = "^3.7.0"
1313
pandas = "^2.0.1"
1414
Pint = "^0.20.1"
15-
pyxirr = "^0.10.3"
15+
pyxirr = "^0.9.0"
1616
scipy = "^1.11.2"
1717
networkx = "^3.0"
1818
py-moneyed = "^3.0"
@@ -21,20 +21,19 @@ py-linq = "^1.4.0"
2121
tabulate = "^0.9.0"
2222
PyYAML = "^6.0"
2323
specklepy = "^2.16.0"
24-
numba = "^0.59.0"
24+
numba = "^0.57.0"
2525
jupyter = "^1.0.0"
2626
#jupyterlab = "^4.0.5"
2727
docutils = "0.17.1" # See https://jupyterbook.org/en/stable/content/citations.html#citations-and-bibliographies
2828
tqdm = "^4.65.0"
2929
multiprocess = "^0.70.14"
30-
seaborn = "^0.13.2"
31-
jupyter-book = "^1.0.0"
32-
#sphinx-rtd-theme = "^1.2.0"
30+
seaborn = "^0.12.2"
31+
jupyter-book = "^0.15.1"
32+
sphinx-rtd-theme = "^1.2.0"
3333
pyvis = "^0.3.2"
3434
plotly = "^5.15.0"
35-
pyppeteer = "^2.0.0"
35+
pyppeteer = "^1.0.2"
3636
ghp-import = "^2.1.0"
37-
mpld3 = "^0.5.10"
3837

3938
[tool.poetry.dev-dependencies]
4039
pytest = "^7.2.1"

rangekeeper/__init__.py

100644100755
File mode changed.

rangekeeper/api.py

100644100755
File mode changed.

rangekeeper/distribution.py

100644100755
File mode changed.

rangekeeper/dynamics/__init__.py

100644100755
File mode changed.

rangekeeper/dynamics/black_swan.py

100644100755
File mode changed.

rangekeeper/dynamics/cyclicality.py

100644100755
File mode changed.

rangekeeper/dynamics/market.py

100644100755
File mode changed.

rangekeeper/dynamics/noise.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)