-
I'm new to the Monetio package, so I'm working through the practices examples on the ARL website. When I run this code (see below), I get this error message:
import numpy as np
import pandas as p…
-
It seems like it is quite easy to make Thunder support NumPy 2, modulo dependencies (`fdm`, for example).
A temporary fix could be disabling envs with NumPy 2 in our CIs, https://github.com/Lightni…
-
**What happened**:
Dask's signature for `eye` is
```
dask.array.eye(N, chunks='auto', M=None, k=0, dtype=)
```
Whereas NumPy's is
```
numpy.eye(N, M=None, k=0, dtype=, order='C', *,…
-
Path: /intro
After using 'pip install pandasai', import pandasai in python send me back error. I tried python 3.9, 3.10. 3.11 and 3.12. Same error.
Also, can't join the discord group through the l…
-
### Erro de Build Devido a Compilador(es) Desconhecido(s) no Dockerfile
#### Descrição
Ao rodar o build com o Dockerfile, encontrei o seguinte erro:
```
Project name: NumPy
Project version:…
-
I've gone back and forth on this. ColorAide currently doesn't require any dependencies as it is all implemented in pure Python. With that said, it suffers from the performance downside of being pure P…
-
```
Traceback (most recent call last):
File "/directory/files/Programs/LaTeX-OCR/pix2tex/cli.py", line 1, in
from pix2tex.dataset.transforms import test_transform
File "/usr/lib/python3.1…
-
Right now, installing `requirements/development.txt` gets
```
>>> import stdpopsim
A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x an…
-
diffrax 0.6.0
jax 0.4.30
Using jax.experimental.enable_x64 and jit will return a exception.
```python
import jax
import jax.numpy as jnp
import diffrax
key = jax.random.PRNGKey(0)
x1 = …
-
Incompatible problem with the newly released numpy 2.0.0 (https://pypi.org/project/numpy/2.0.0/#history).
```
Traceback (most recent call last):
File "", line 1, in
File "/home/yuxuan/anaco…