-
I can't install blendify with bpy 4.1.0 and python 3.11
Is there any workaround?
``` pip install blendify
Collecting blendify
Using cached blendify-1.2.3-py3-none-any.whl.metadata (6.2 kB)
Re…
-
I'm not sure if this is a bug or not, but the 'invalid' value is different depending on the query:
```python
>>> import numpy as np
>>> a = np.arange(30.0)
>>> kdt = KDTree(a)
>>> kdt.query(np.ar…
-
In the docs for `np.fill_diagonal` (http://docs.scipy.org/doc/numpy/reference/generated/numpy.fill_diagonal.html), we have:
```
val : scalar
Value to be written on the diagonal, its type must be comp…
-
Implement GPU version of `scipy.*` functions in `cupyx.scipy.*` namespace.
This is a tracker issue that summarizes the implementation status of each SciPy public module in CuPy. See the [comparison…
-
### Describe your issue.
The script below solves a linear least squares problem using `lstsq`. It fails with "core dumped". This was installed using Conda, with the following environment:
```bash
…
-
-
```python
from sklearn import datasets
from sklearn.decomposition import PCA
from sklearn.discriminant_analysis import LinearDiscriminantAnalysis
iris = datasets.load_iris()
X = iris.data
y …
-
NumPy 2.0 was recently released. Although Cherab builds without errors with NumPy 2.0, trying to run any tests results in errors such as:
```
ImportError: Failed to import test module: cherab.core
…
-
### What's the problem this feature will solve?
I would like to use `pip download` to download a package and all of it's dependencies to install them all later on an `armv7l` machine without internet…
-
Check compatibility with python 3.10 and setup CI/CD