Bruno P. Kinoshita

Results 706 comments of Bruno P. Kinoshita

Did another test with 0.0.6, in case it helps: ```bash (base) $ cd /tmp (base) $ python3 -m venv venv (base) $ source venv/bin/activate (venv) $ pip install crick==0.0.6 numpy==1.*...

Hi @MuellerSeb :wave: ! Didn't know about the `--no-binary` option, will use that instead of the Git URL (I think that should work as the PyPI package has the source...

> The conda package for crick now supports numpy 2: [conda-forge/crick-feedstock#32](https://github.com/conda-forge/crick-feedstock/pull/32) Great news! I wasn't aware of the conda package. I believe so far we have used `pip install`, executed...

> Proposing we rebuild with `numpy=2` over in #55 for those who are interested That's great! Out of curiosity, is there any flag/setting/indicator anywhere in the downloaded file from crick...

> > Out of curiosity, is there any flag/setting/indicator anywhere in the downloaded file from crick that shows which version of numpy was actually used? > > Not to my...

Here's a tentative fix: https://github.com/dask/crick/pull/59