tee-ar-ex / trx-python

Python implementation of the TRX file format
https://tee-ar-ex.github.io/trx-python/
BSD 2-Clause "Simplified" License
20 stars 16 forks source link

Where is numpy dependency? #56

Closed skoudoro closed 9 months ago

skoudoro commented 1 year ago

Hi all, Hi @arokem, Hi @frheault,

on pyproject.toml or setup.py, I do not see numpy as a dependency. Furthermore, I would like to know what is the numpy minimum version for this package.

Also, I do not see it in the Github Action. I supposed, pytest choose whatever it needs for numpy.

It would be great to clarify this point for DIPY.

arokem commented 9 months ago

Seems to be resolved: https://github.com/tee-ar-ex/trx-python/blob/master/setup.cfg#L32