Bump numpy from 1.26.4 to 2.2.0 #643
push-pull.yml
on: pull_request
pyiron
/
commit-updated-env
10s
pyiron
/
test-alternate-env
0s
pyiron
/
build-docs
1m 16s
pyiron
/
build-notebooks
1m 19s
pyiron
/
...
/
Tests-and-Coverage
1m 31s
pyiron
/
benchmark-tests
1m 31s
pyiron
/
pip-check
1m 18s
pyiron
/
black
12s
Matrix: pyiron / unit-tests
Annotations
11 errors and 18 warnings
pyiron / black
Process completed with exit code 1.
|
pyiron / build-docs
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
pyiron / pip-check
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
pyiron / build-notebooks
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
pyiron / unit-tests (macos-latest, 3.12)
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
|
pyiron / unit-tests (ubuntu-22.04, 3.10)
The job was canceled because "macos-latest_3_12" failed.
|
pyiron / unit-tests (ubuntu-22.04, 3.12)
The job was canceled because "macos-latest_3_12" failed.
|
pyiron / unit-tests (ubuntu-22.04, 3.11)
The job was canceled because "macos-latest_3_12" failed.
|
pyiron / unit-tests (windows-latest, 3.12)
The job was canceled because "macos-latest_3_12" failed.
|
pyiron / benchmark-tests
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
pyiron / coveralls-and-codacy / Tests-and-Coverage
The process '/home/runner/miniconda3/condabin/mamba' failed with exit code 1
|
pyiron / build-docs
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
pyiron / build-docs
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
pyiron / build-docs
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _numpy_rc needed by numpy-2.2.0rc1-py310h5851e9f_0
Could not solve for environment specs
The following packages are incompatible
├─ numpy 2.2.0** is installable with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy 2.2.0, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313t, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed;
│ └─ numpy 2.2.0rc1 would require
│ └─ _numpy_rc, which does not exist (perhaps a missing channel);
├─ pyiron_base 0.10.9** is installable and it requires
│ └─ numpy >=1.23.5,<=1.26.4 with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|1.24.4] would require
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|1.26.4] would require
│ │ └─ python_abi 3.9.* *_cp39, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│ ├─ numpy [1.24.2|1.24.3|1.24.4] would require
│ │ └─ pypy3.8 >=7.3.11 , which can be installed;
│ ├─ numpy [1.24.2|1.24.3|...|1.25.2] would require
│ │ └─ pypy3.9 >=7.3.11 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] conflicts with any installable versions previously reported;
│ ├─ numpy 1.26.0 would require
│ │ └─ pypy3.9 >=7.3.12 , which can be installed;
│ ├─ numpy [1.26.2|1.26.3] would require
│ │ └─ pypy3.9 >=7.3.13 , which can be installed;
│ └─ numpy 1.26.4 would require
│ └─ pypy3.9 >=7.3.15 , which can be installed;
└─ python 3.12** is not installable because there are no viable options
├─ python [3.12.0|3.12.1|...|3.12.8] would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|
pyiron / pip-check
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
pyiron / pip-check
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
pyiron / pip-check
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _numpy_rc needed by numpy-2.2.0rc1-py310h5851e9f_0
Could not solve for environment specs
The following packages are incompatible
├─ numpy 2.2.0** is installable with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy 2.2.0, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313t, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed;
│ └─ numpy 2.2.0rc1 would require
│ └─ _numpy_rc, which does not exist (perhaps a missing channel);
├─ pyiron_base 0.10.9** is installable and it requires
│ └─ numpy >=1.23.5,<=1.26.4 with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|1.24.4] would require
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|1.26.4] would require
│ │ └─ python_abi 3.9.* *_cp39, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│ ├─ numpy [1.24.2|1.24.3|1.24.4] would require
│ │ └─ pypy3.8 >=7.3.11 , which can be installed;
│ ├─ numpy [1.24.2|1.24.3|...|1.25.2] would require
│ │ └─ pypy3.9 >=7.3.11 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] conflicts with any installable versions previously reported;
│ ├─ numpy 1.26.0 would require
│ │ └─ pypy3.9 >=7.3.12 , which can be installed;
│ ├─ numpy [1.26.2|1.26.3] would require
│ │ └─ pypy3.9 >=7.3.13 , which can be installed;
│ └─ numpy 1.26.4 would require
│ └─ pypy3.9 >=7.3.15 , which can be installed;
└─ python 3.12** is not installable because there are no viable options
├─ python [3.12.0|3.12.1|...|3.12.8] would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|
pyiron / build-notebooks
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
pyiron / build-notebooks
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
pyiron / build-notebooks
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _numpy_rc needed by numpy-2.2.0rc1-py310h5851e9f_0
Could not solve for environment specs
The following packages are incompatible
├─ numpy 2.2.0** is installable with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy 2.2.0, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313t, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed;
│ └─ numpy 2.2.0rc1 would require
│ └─ _numpy_rc, which does not exist (perhaps a missing channel);
├─ pyiron_base 0.10.9** is installable and it requires
│ └─ numpy >=1.23.5,<=1.26.4 with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|1.24.4] would require
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|1.26.4] would require
│ │ └─ python_abi 3.9.* *_cp39, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│ ├─ numpy [1.24.2|1.24.3|1.24.4] would require
│ │ └─ pypy3.8 >=7.3.11 , which can be installed;
│ ├─ numpy [1.24.2|1.24.3|...|1.25.2] would require
│ │ └─ pypy3.9 >=7.3.11 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] conflicts with any installable versions previously reported;
│ ├─ numpy 1.26.0 would require
│ │ └─ pypy3.9 >=7.3.12 , which can be installed;
│ ├─ numpy [1.26.2|1.26.3] would require
│ │ └─ pypy3.9 >=7.3.13 , which can be installed;
│ └─ numpy 1.26.4 would require
│ └─ pypy3.9 >=7.3.15 , which can be installed;
└─ python 3.12.*,>=3.10 is not installable because there are no viable options
├─ python [3.12.0|3.12.1|...|3.12.8] would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|
pyiron / unit-tests (macos-latest, 3.12)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
pyiron / unit-tests (macos-latest, 3.12)
/Users/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
pyiron / unit-tests (macos-latest, 3.12)
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _numpy_rc needed by numpy-2.2.0rc1-py310ha1ddda0_0
Could not solve for environment specs
The following packages are incompatible
├─ numpy 2.2.0** is installable with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy 2.2.0, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313t, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed;
│ └─ numpy 2.2.0rc1 would require
│ └─ _numpy_rc, which does not exist (perhaps a missing channel);
├─ pyiron_base 0.10.9** is installable and it requires
│ └─ numpy >=1.23.5,<=1.26.4 with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|1.24.4] would require
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|1.26.4] would require
│ │ └─ python_abi 3.9.* *_cp39, which can be installed;
│ └─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] conflicts with any installable versions previously reported;
└─ python 3.12** is not installable because there are no viable options
├─ python [3.12.0|3.12.1|...|3.12.8] would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|
pyiron / benchmark-tests
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
pyiron / benchmark-tests
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
pyiron / benchmark-tests
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _numpy_rc needed by numpy-2.2.0rc1-py310h5851e9f_0
Could not solve for environment specs
The following packages are incompatible
├─ numpy 2.2.0** is installable with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy 2.2.0, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313t, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed;
│ └─ numpy 2.2.0rc1 would require
│ └─ _numpy_rc, which does not exist (perhaps a missing channel);
├─ pyiron_base 0.10.9** is installable and it requires
│ └─ numpy >=1.23.5,<=1.26.4 with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|1.24.4] would require
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|1.26.4] would require
│ │ └─ python_abi 3.9.* *_cp39, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│ ├─ numpy [1.24.2|1.24.3|1.24.4] would require
│ │ └─ pypy3.8 >=7.3.11 , which can be installed;
│ ├─ numpy [1.24.2|1.24.3|...|1.25.2] would require
│ │ └─ pypy3.9 >=7.3.11 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] conflicts with any installable versions previously reported;
│ ├─ numpy 1.26.0 would require
│ │ └─ pypy3.9 >=7.3.12 , which can be installed;
│ ├─ numpy [1.26.2|1.26.3] would require
│ │ └─ pypy3.9 >=7.3.13 , which can be installed;
│ └─ numpy 1.26.4 would require
│ └─ pypy3.9 >=7.3.15 , which can be installed;
└─ python 3.12** is not installable because there are no viable options
├─ python [3.12.0|3.12.1|...|3.12.8] would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|
pyiron / coveralls-and-codacy / Tests-and-Coverage
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
pyiron / coveralls-and-codacy / Tests-and-Coverage
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
pyiron / coveralls-and-codacy / Tests-and-Coverage
LibMambaUnsatisfiableError: Encountered problems while solving:
- nothing provides _numpy_rc needed by numpy-2.2.0rc1-py310h5851e9f_0
Could not solve for environment specs
The following packages are incompatible
├─ numpy 2.2.0** is installable with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.10.* *_cp310, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0] would require
│ │ └─ python_abi 3.11.* *_cp311, which can be installed;
│ ├─ numpy 2.2.0, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313t, which can be installed;
│ ├─ numpy 2.2.0 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed;
│ └─ numpy 2.2.0rc1 would require
│ └─ _numpy_rc, which does not exist (perhaps a missing channel);
├─ pyiron_base 0.10.9** is installable and it requires
│ └─ numpy >=1.23.5,<=1.26.4 with the potential options
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|2.2.0], which can be installed (as previously explained);
│ ├─ numpy [1.23.5|1.24.0|...|1.24.4] would require
│ │ └─ python_abi 3.8.* *_cp38, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|...|1.26.4] would require
│ │ └─ python_abi 3.9.* *_cp39, which can be installed;
│ ├─ numpy [1.23.5|1.24.0|1.24.1] would require
│ │ └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│ ├─ numpy [1.24.2|1.24.3|1.24.4] would require
│ │ └─ pypy3.8 >=7.3.11 , which can be installed;
│ ├─ numpy [1.24.2|1.24.3|...|1.25.2] would require
│ │ └─ pypy3.9 >=7.3.11 , which can be installed;
│ ├─ numpy [1.26.0|1.26.2|1.26.3|1.26.4] conflicts with any installable versions previously reported;
│ ├─ numpy 1.26.0 would require
│ │ └─ pypy3.9 >=7.3.12 , which can be installed;
│ ├─ numpy [1.26.2|1.26.3] would require
│ │ └─ pypy3.9 >=7.3.13 , which can be installed;
│ └─ numpy 1.26.4 would require
│ └─ pypy3.9 >=7.3.15 , which can be installed;
└─ python 3.12** is not installable because there are no viable options
├─ python [3.12.0|3.12.1|...|3.12.8] would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
|