Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
swotai committed Mar 28, 2024
1 parent 7c25526 commit f5e4e94
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
24 changes: 13 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,20 @@ description = "Orbit is a package for Bayesian time series modeling and inferenc
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"arviz",
"arviz>=0.17.1",
"cmdstanpy>=1.2.1",
"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",
"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",
]
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
arviz>=0.17.1
cmdstanpy>=1.2.1
importlib_resources
importlib_resources>=6.4.0
ipywidgets
matplotlib>=3.3.2
numpy>=1.18
pandas>=1.0.3
pyro-ppl>=1.4.0
scipy>=1.4.1
seaborn>=0.10.0
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.11.1
torch>=1.11.0
tqdm>=4.36.1
statsmodels>=0.14.1
torch>=2.2.1
tqdm>=4.66.2

0 comments on commit f5e4e94

Please sign in to comment.