google-meridian 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: google-meridian
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Google's open source mixed marketing model library, helps you understand your return on investment and direct your ad spend with confidence.
5
5
  Author-email: The Meridian Authors <no-reply@google.com>
6
6
  License:
@@ -225,9 +225,9 @@ Requires-Dist: joblib
225
225
  Requires-Dist: numpy<2,>=1.26
226
226
  Requires-Dist: pandas<3,>=2.2
227
227
  Requires-Dist: scipy<1.13,>=1.12.0
228
- Requires-Dist: tensorflow<3,>=2.18
229
- Requires-Dist: tensorflow-probability<1,>=0.25
230
- Requires-Dist: tf-keras<3,>=2.18
228
+ Requires-Dist: tensorflow<2.17,>=2.16
229
+ Requires-Dist: tensorflow-probability<0.25,>=0.24
230
+ Requires-Dist: tf-keras<2.17,>=2.16
231
231
  Requires-Dist: xarray
232
232
  Provides-Extra: dev
233
233
  Requires-Dist: pytest>=8.0.0; extra == "dev"
@@ -237,7 +237,7 @@ Requires-Dist: pyink; extra == "dev"
237
237
  Provides-Extra: colab
238
238
  Requires-Dist: psutil; extra == "colab"
239
239
  Provides-Extra: and-cuda
240
- Requires-Dist: tensorflow[and-cuda]<3,>=2.18; extra == "and-cuda"
240
+ Requires-Dist: tensorflow[and-cuda]<2.17,>=2.16; extra == "and-cuda"
241
241
 
242
242
  # About Meridian
243
243
 
@@ -387,7 +387,7 @@ To cite this repository:
387
387
  author = {Google Meridian Marketing Mix Modeling Team},
388
388
  title = {Meridian: Marketing Mix Modeling},
389
389
  url = {https://github.com/google/meridian},
390
- version = {1.0.1},
390
+ version = {1.0.3},
391
391
  year = {2025},
392
392
  }
393
393
  ```
@@ -1,4 +1,4 @@
1
- meridian/__init__.py,sha256=GpnSFxjujblcbzsep2cfvOVj7b9IdxFMOpNNPcLvDOI,714
1
+ meridian/__init__.py,sha256=s6xSABYTSpITfC_qBN0xZkps655MgpI3P_3mzo8HchA,714
2
2
  meridian/constants.py,sha256=PhQX3S0b-Odv_bjl1YaO6vnLT4rBomiAcec0789VZNE,14599
3
3
  meridian/analysis/__init__.py,sha256=-FooDZ5OzePpyTVkvRoWQx_xBaRR_hjVLny9H8-kkyQ,836
4
4
  meridian/analysis/analyzer.py,sha256=I08vm0wkpvwGYb_MpJFb3nh6uIVqGGkIjtOmvTYWml0,204803
@@ -30,8 +30,8 @@ meridian/model/model.py,sha256=y7KxKADR0i9JiTLOAeTRXF8mg2DBDb615B4oG-wEpK4,79228
30
30
  meridian/model/prior_distribution.py,sha256=6fqx_XIM0DSQICd65XaSRhelsjvZ4ariBfeyOeoKld8,39075
31
31
  meridian/model/spec.py,sha256=xaHxfCLWLnWMAkMy2ouDoqGBHI_4tzzX8AaJOsKdu7Q,8878
32
32
  meridian/model/transformers.py,sha256=te3OJixprWLtv7O00a9GZWE4waTS94NNLVo3tWIl1-k,7420
33
- google_meridian-1.0.2.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
34
- google_meridian-1.0.2.dist-info/METADATA,sha256=FFnLbYEFI0KLKPdozkeaMn4NmMGhPTmXTzi64q170T0,21904
35
- google_meridian-1.0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
36
- google_meridian-1.0.2.dist-info/top_level.txt,sha256=nwaCebZvvU34EopTKZsjK0OMTFjVnkf4FfnBN_TAc0g,9
37
- google_meridian-1.0.2.dist-info/RECORD,,
33
+ google_meridian-1.0.3.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
34
+ google_meridian-1.0.3.dist-info/METADATA,sha256=SzPsRTObvuc5zbyrPnvGJ_5_YMD6A_UidLA5gWDSwQs,21916
35
+ google_meridian-1.0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
36
+ google_meridian-1.0.3.dist-info/top_level.txt,sha256=nwaCebZvvU34EopTKZsjK0OMTFjVnkf4FfnBN_TAc0g,9
37
+ google_meridian-1.0.3.dist-info/RECORD,,
meridian/__init__.py CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  """Meridian API."""
16
16
 
17
- __version__ = "1.0.2"
17
+ __version__ = "1.0.3"
18
18
 
19
19
 
20
20
  from meridian import analysis