Skip to content

Commit

Permalink
Merge pull request #684 from rapidsai/branch-24.02
Browse files Browse the repository at this point in the history
Forward-merge branch-24.02 to branch-24.04
  • Loading branch information
GPUtester authored Jan 26, 2024
2 parents e778efd + d048871 commit 7ddf541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ dependencies:
packages:
- GPUtil>=1.4.0
- psutil>=5.8.0
- pytest>=6.2.4
- pytest-cov>=2.12.1
- pytest-lazy-fixture>=0.6.3
- pytest-xdist
- pytest>=6.2.4
- tifffile>=2022.7.28
- pooch>=1.6.0 # needed to download scikit-image sample data
- output_types: [conda]
Expand Down
9 changes: 0 additions & 9 deletions python/cucim/requirements-test.txt

This file was deleted.

6 changes: 4 additions & 2 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -608,11 +608,13 @@ install_python_test_deps_() {
# (https://github.com/rapidsai/cucim/pull/433)
run_command pip install -r ${TOP}/python/cucim/requirements-test.txt
else
pushd "${TOP}/python/cucim"
if [ -n "${VIRTUAL_ENV}" ]; then
run_command pip3 install -r ${TOP}/python/cucim/requirements-test.txt
run_command pip3 install -e .[test]
else
run_command pip3 install --user -r ${TOP}/python/cucim/requirements-test.txt
run_command pip3 install --user -e .[test]
fi
popd
fi
hash -r
}
Expand Down

0 comments on commit 7ddf541

Please sign in to comment.