-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/pyb…
-
### Dependencies
- This Addon/workbench runs on:
- [x] Most up to date stable release
- [x] Most up to date development release
- [x] Python 3 compatible
- [x] Qt5 compatible
- [x] Qt5…
-
I've seen some effort towards annotating `scipy`, and that's great!
As it currently stands, (static) type-checkers report many false positives, as they're unable to infer, for example, the signatur…
-
Currently ezmsg-sigproc has [`SampleTriggerMessage`](https://github.com/ezmsg-org/ezmsg-sigproc/blob/c6f9427c50d6bd4938cc4705bcca1868d762b589/src/ezmsg/sigproc/sampler.py#L16-L25).
```Python
@data…
-
### Description
Given these requirements:
```
numpy==1.21.5
spacy=3.0.0
mlflow=2.13.0
```
pip will fail with `subprocess-exited-with-error` on `numpy-1.17.3.zip` after about 2 minutes and not…
-
Consider
```
In [1]: import array_api_strict as xp
In [2]: M = 6
In [3]: n = xp.arange(0, M, dtype=xp.float64)
In [4]: n 1 xp.less_equal(n, (M-1)/2.0)
File ~/miniforge3/envs/scipy-dev…
-
SciPy had breaking changes (without increasing the major version!!!) and [previously deprecated aliases from `scipy.misc` were removed](https://docs.scipy.org/doc/scipy/reference/release.1.3.0.html#sc…
-
In the "[Test functions from `numpy.testing`]" section of the Code and Documentation Style Guide the following quote can be found:
> It is recommended to use one of `assert_allclose`,
`assert_arra…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
I am trying to install the latest version of `deeplabcut==2.3.10` on Python 3.12 which h…
-
mac环境pip install paddlets 失败,具体如下:
1、环境:mac M3、conda 24.9.1、python3.9、paddlepaddle==2.6.1
2、报错:
(test) xxxx@bogon test % pip install paddlets …