Fix tests and lock numpy #84
Annotations
9 errors and 3 warnings
Py3.10@ubuntu-latest🐍
The job was canceled because "_3_12_ubuntu-latest" failed.
|
Py3.10@ubuntu-latest🐍
The operation was canceled.
|
Py3.9@ubuntu-latest🐍
The job was canceled because "_3_12_ubuntu-latest" failed.
|
Py3.9@ubuntu-latest🐍
The operation was canceled.
|
Py3.8@ubuntu-latest🐍
The job was canceled because "_3_12_ubuntu-latest" failed.
|
Py3.8@ubuntu-latest🐍
The operation was canceled.
|
Py3.12@ubuntu-latest🐍
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
Py3.10@windows-latest🐍
The job was canceled because "_3_12_ubuntu-latest" failed.
|
Py3.10@windows-latest🐍
The operation was canceled.
|
Py3.12@ubuntu-latest🐍
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Py3.12@ubuntu-latest🐍
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Py3.12@ubuntu-latest🐍
Pip subprocess error:
error: subprocess-exited-with-error
× Building wheel for pytesmo (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [366 lines of output]
/tmp/pip-build-env-5m6vmxtx/overlay/lib/python3.12/site-packages/setuptools/dist.py:458: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'author-email' will not be supported in future
versions. Please use the underscore name 'author_email' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/tmp/pip-build-env-5m6vmxtx/overlay/lib/python3.12/site-packages/setuptools/dist.py:458: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'long-description' will not be supported in future
versions. Please use the underscore name 'long_description' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/tmp/pip-build-env-5m6vmxtx/overlay/lib/python3.12/site-packages/setuptools/dist.py:458: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'long-description-content-type' will not be supported in future
versions. Please use the underscore name 'long_description_content_type' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/tmp/pip-build-env-5m6vmxtx/overlay/lib/python3.12/site-packages/setuptools/dist.py:458: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'project-urls' will not be supported in future
versions. Please use the underscore name 'project_urls' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-cpython-312
creating build/lib.linux-x86_64-cpython-312/pytesmo
copying src/pytesmo/utils.py -> build/lib.linux-x86_64-cpython-312/pytesmo
copying src/pytesmo/temporal_matching.py -> build/lib.linux-x86_64-cpython-312/pytesmo
copying src/pytesmo/cdf_matching.py -> build/lib.l
|