conda-forge / conda-forge/laspy-feedstock
Missing builds for laspy 2.5.x with numpy 2 and python 3.9-3.12
- Dominant language
- No language data
- Stars
- 3
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
This is a follow up on https://github.com/laspy/laspy/issues/325
The build was fixed for python 3.13 https://github.com/conda-forge/laspy-feedstock/pull/30, so `laspy 2.5.4` and `numpy 2` is available if using python 3.13 - thanks!
It looks, however, like some builds are still missing for latest `laspy` and `numpy 2` for python versions 3.9-3.12
Note that `numpy 2.0` requires `python>=3.9` and `numpy 2.1` requires `python>=3.10`, so this is not applicable to python 3.8 (which seems to be supported still by laspy).
mamba output
```
(laspy_test) mamba clean --all
There are no unused tarball(s) to remove.
There are no index cache(s) to remove.
There are no unused package(s) to remove.
There are no tempfile(s) to remove.
There are no logfile(s) to remove.
(laspy_test) mamba install laspy=2.5 numpy=2 python=3.12
Looking for: ['laspy=2.5', 'numpy=2', 'python=3.12']
conda-forge/noarch 17.0MB @ 16.5MB/s 1.0s
conda-forge/win-64 25.3MB @ 17.0MB/s 1.5s
Could not solve for environment specs
The following packages are incompatible
├─ laspy 2.5** is installable with the potential options
│ ├─ laspy [2.5.0|2.5.1] would require
│ │ └─ numpy >=1.21.6,<2.0a0 , which can be installed;
│ ├─ laspy [2.5.0|2.5.1|2.5.3|2.5.4] would require
│ │ └─ numpy >=1.23.5,<2.0a0 , which can be installed;
│ ├─ laspy [2.5.1|2.5.3|2.5.4] would require
│ │ └─ numpy >=1.22.4,<2.0a0 , which can be installed;
│ ├─ laspy 2.5.1 would require
│ │ └─ numpy >=1.26.0,<2.0a0 , which can be installed;
│ ├─ laspy 2.5.3 would require
│ │ └─ numpy >=1.26.3,<2.0a0 , which can be installed;
│ ├─ laspy [2.5.3|2.5.4] would require
│ │ └─ numpy >=1.26.4,<2.0a0 , which can be installed;
│ └─ laspy 2.5.4 would require
│ └─ python_abi 3.13.* *_cp313 with the potential options
│ ├─ python_abi 3.13 would require
│ │ └─ python 3.13.* *_cpython, which can be installed;
│ └─ python_abi 3.13 would require
│ └─ python 3.13.* *_cp313, which can be installed;
├─ numpy 2** is installable with the potential options
│ ├─ numpy [2.0.0|2.0.1|...|2.1.2] conflicts with any installable versions previously reported;
│ ├─ numpy [2.0.0rc1|2.0.0rc2|2.1.0rc1] would require
│ │ └─ _numpy_rc, which does not exist (perhaps a missing channel);
│ ├─ numpy 2.1.2 would require
│ │ └─ python_abi 3.13.* *_cp313, which can be installed (as previously explained);
│ └─ numpy 2.1.2 would require
│ └─ python_abi 3.13.* *_cp313t with the potential options
│ ├─ python_abi 3.13, which can be installed (as previously explained);
│ └─ python_abi 3.13 would require
│ └─ python 3.13.* *_cp313t, 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.7] conflicts with any installable versions previously reported;
└─ python 3.12.0rc3 would require
└─ _python_rc, which does not exist (perhaps a missing channel).
```
Contributor guide
Assessment
This issue has not been assessed yet.