This repository was archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Declare NumPy dependency? #211
Copy link
Copy link
Open
Description
Currently NumPy appears to be a hard dependency
| import numpy as np |
wholegraph/python/pylibwholegraph/pylibwholegraph/binding/wholememory_binding.pyx
Line 30 in 44e8a4c
| import numpy as np |
However it isn't listed in conda or the wheel
wholegraph/conda/recipes/pylibwholegraph/meta.yaml
Lines 68 to 74 in 44e8a4c
| run: | |
| - {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }} | |
| {% if cuda_major == "11" %} | |
| - cudatoolkit | |
| {% endif %} | |
| - libwholegraph ={{ version }} | |
| - python |
wholegraph/python/pylibwholegraph/pyproject.toml
Lines 22 to 37 in 44e8a4c
| [project] | |
| name = "pylibwholegraph" | |
| dynamic = ["version"] | |
| description = "pylibwholegraph - GPU Graph Storage for GNN feature and graph structure" | |
| authors = [ | |
| { name = "NVIDIA Corporation" }, | |
| ] | |
| license = { text = "Apache 2.0" } | |
| requires-python = ">=3.10" | |
| classifiers = [ | |
| "Intended Audience :: Developers", | |
| "License :: OSI Approved :: Apache Software License", | |
| "Programming Language :: Python", | |
| "Programming Language :: Python :: 3.10", | |
| "Programming Language :: Python :: 3.11", | |
| ] |
Should this be updated to reflect this dependency?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels