Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion orbit/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.4.8"
__version__ = "1.1.4.9"
24 changes: 11 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,18 @@ description = "Orbit is a package for Bayesian time series modeling and inferenc
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"arviz>=0.17.1",
"arviz",
"cmdstanpy>=1.2.1",
"importlib_resources>=6.4.0",
"ipywidgets",
"matplotlib>=3.8.3",
"numpy>=1.26.4",
"pandas>=2.2.1",
"pyro-ppl>=1.9.0",
"scipy>=1.12.0",
"seaborn>=0.13.2",
"setuptools>=42",
"statsmodels>=0.14.1",
"torch>=2.2.1",
"tqdm>=4.66.2",
"importlib_resources",
"matplotlib>=3.3.2",
"numpy>=1.18",
"pandas>=1.0.3",
"pyro-ppl>=1.4.0",
"scipy>=1.4.1",
"seaborn>=0.10.0",
"statsmodels>=0.11.1",
"torch>=1.11.0",
"tqdm>=4.36.1",
]
license = {text = "Apache License 2.0"}
classifiers = [
Expand Down
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
arviz>=0.17.1
arviz
cmdstanpy>=1.2.1
importlib_resources>=6.4.0
importlib_resources
ipywidgets
matplotlib>=3.8.3
numpy>=1.26.4
pandas>=2.2.1
pyro-ppl>=1.9.0
scipy>=1.12.0
seaborn>=0.13.2
matplotlib>=3.3.2
numpy>=1.18
pandas>=1.0.3
pyro-ppl>=1.4.0
scipy>=1.4.1
seaborn>=0.10.0
setuptools>=42
statsmodels>=0.14.1
torch>=2.2.1
tqdm>=4.66.2
statsmodels>=0.11.1
torch>=1.11.0
tqdm>=4.36.1