Skip to content

Commit

Permalink
Merge pull request #867 from uber/conda-fix
Browse files Browse the repository at this point in the history
Revert "Update requirements" to v1.
  • Loading branch information
edwinnglabs committed Mar 31, 2024
2 parents 44daf53 + 4b4f5bd commit a89806d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 25 deletions.
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

0 comments on commit a89806d

Please sign in to comment.