Currently NumPy appears to be a hard dependency https://github.com/rapidsai/wholegraph/blob/44e8a4c852c3dcd83bd2e5252758e45f99866fa9/python/pylibwholegraph/pylibwholegraph/torch/data_loader.py#L14 https://github.com/rapidsai/wholegraph/blob/44e8a4c852c3dcd83bd2e5252758e45f99866fa9/python/pylibwholegraph/pylibwholegraph/binding/wholememory_binding.pyx#L30 However it isn't listed in conda or the wheel https://github.com/rapidsai/wholegraph/blob/44e8a4c852c3dcd83bd2e5252758e45f99866fa9/conda/recipes/pylibwholegraph/meta.yaml#L68-L74 https://github.com/rapidsai/wholegraph/blob/44e8a4c852c3dcd83bd2e5252758e45f99866fa9/python/pylibwholegraph/pyproject.toml#L22-L37 Should this be updated to reflect this dependency?
Currently NumPy appears to be a hard dependency
wholegraph/python/pylibwholegraph/pylibwholegraph/torch/data_loader.py
Line 14 in 44e8a4c
wholegraph/python/pylibwholegraph/pylibwholegraph/binding/wholememory_binding.pyx
Line 30 in 44e8a4c
However it isn't listed in conda or the wheel
wholegraph/conda/recipes/pylibwholegraph/meta.yaml
Lines 68 to 74 in 44e8a4c
wholegraph/python/pylibwholegraph/pyproject.toml
Lines 22 to 37 in 44e8a4c
Should this be updated to reflect this dependency?