File tree 3 files changed +23
-25
lines changed
3 files changed +23
-25
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "1.1.4.8 "
1
+ __version__ = "1.1.4.9 "
Original file line number Diff line number Diff line change @@ -33,20 +33,18 @@ description = "Orbit is a package for Bayesian time series modeling and inferenc
33
33
readme = " README.md"
34
34
requires-python = " >=3.9"
35
35
dependencies = [
36
- " arviz>=0.17.1 " ,
36
+ " arviz" ,
37
37
" 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" ,
50
48
]
51
49
license = {text = " Apache License 2.0" }
52
50
classifiers = [
Original file line number Diff line number Diff line change 1
- arviz >= 0.17.1
1
+ arviz
2
2
cmdstanpy >= 1.2.1
3
- importlib_resources >= 6.4.0
3
+ importlib_resources
4
4
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
11
11
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
You can’t perform that action at this time.
0 commit comments