runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/prophet/models.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources Traceback (most recent call last): File "/app/run.py", line 6, in <module> from prophet import Prophet # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/prophet/__init__.py", line 7, in <module> from prophet.forecaster import Prophet File "/usr/local/lib/python3.13/site-packages/prophet/forecaster.py", line 27, in <module> class Prophet(object): ...<1842 lines>... ) File "/usr/local/lib/python3.13/site-packages/prophet/forecaster.py", line 429, in Prophet ) -> NDArray[np.float_]: ^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/numpy/__init__.py", line 778, in __getattr__ raise AttributeError( ...<3 lines>... ) AttributeError: `np.float_` was removed in the NumPy 2.0 release. Use `np.float64` instead.
Container logs:
Fetching error logs...