Skip to content

Commit a89806d

Browse files
authored
Merge pull request #867 from uber/conda-fix
Revert "Update requirements" to v1.
2 parents 44daf53 + 4b4f5bd commit a89806d

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

orbit/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.4.8"
1+
__version__ = "1.1.4.9"

pyproject.toml

+11-13
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,18 @@ description = "Orbit is a package for Bayesian time series modeling and inferenc
3333
readme = "README.md"
3434
requires-python = ">=3.9"
3535
dependencies = [
36-
"arviz>=0.17.1",
36+
"arviz",
3737
"cmdstanpy>=1.2.1",
38-
"importlib_resources>=6.4.0",
39-
"ipywidgets",
40-
"matplotlib>=3.8.3",
41-
"numpy>=1.26.4",
42-
"pandas>=2.2.1",
43-
"pyro-ppl>=1.9.0",
44-
"scipy>=1.12.0",
45-
"seaborn>=0.13.2",
46-
"setuptools>=42",
47-
"statsmodels>=0.14.1",
48-
"torch>=2.2.1",
49-
"tqdm>=4.66.2",
38+
"importlib_resources",
39+
"matplotlib>=3.3.2",
40+
"numpy>=1.18",
41+
"pandas>=1.0.3",
42+
"pyro-ppl>=1.4.0",
43+
"scipy>=1.4.1",
44+
"seaborn>=0.10.0",
45+
"statsmodels>=0.11.1",
46+
"torch>=1.11.0",
47+
"tqdm>=4.36.1",
5048
]
5149
license = {text = "Apache License 2.0"}
5250
classifiers = [

requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
arviz>=0.17.1
1+
arviz
22
cmdstanpy>=1.2.1
3-
importlib_resources>=6.4.0
3+
importlib_resources
44
ipywidgets
5-
matplotlib>=3.8.3
6-
numpy>=1.26.4
7-
pandas>=2.2.1
8-
pyro-ppl>=1.9.0
9-
scipy>=1.12.0
10-
seaborn>=0.13.2
5+
matplotlib>=3.3.2
6+
numpy>=1.18
7+
pandas>=1.0.3
8+
pyro-ppl>=1.4.0
9+
scipy>=1.4.1
10+
seaborn>=0.10.0
1111
setuptools>=42
12-
statsmodels>=0.14.1
13-
torch>=2.2.1
14-
tqdm>=4.66.2
12+
statsmodels>=0.11.1
13+
torch>=1.11.0
14+
tqdm>=4.36.1

0 commit comments

Comments
 (0)