Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
put comment back, remove numpy from test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 18, 2024
1 parent f295556 commit 3a60e27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ python -m pip install \
"$(echo ./dist/pylibwholegraph_${RAPIDS_PY_CUDA_SUFFIX}*.whl)[test]"

# install torch separately, to be sure we get a CUDA build
rapids-logger "Installing PyTorch"
python -m pip install \
--index-url "${INDEX_URL}" \
-v \
Expand Down
3 changes: 1 addition & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ dependencies:
common:
- output_types: [conda, pyproject, requirements]
packages:
- &numpy numpy>=1.23,<3.0a0
- numpy>=1.23,<3.0a0
test_cpp:
common:
- output_types: [conda]
Expand All @@ -243,7 +243,6 @@ dependencies:
- ninja
- output_types: [conda, pyproject, requirements]
packages:
- *numpy
- pytest
- pytest-forked
- pytest-xdist
Expand Down
1 change: 0 additions & 1 deletion python/pylibwholegraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ dependencies = [

[project.optional-dependencies]
test = [
"numpy>=1.23,<3.0a0",
"pytest",
"pytest-forked",
"pytest-xdist",
Expand Down

0 comments on commit 3a60e27

Please sign in to comment.