Skip to content

Commit

Permalink
update dependencies.yaml to remove non-pypi files from pyproject test…
Browse files Browse the repository at this point in the history
…s requirements
  • Loading branch information
grlee77 committed Oct 27, 2023
1 parent 7b1b9b5 commit cdb5b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 5 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ dependencies:
# listed as optional. They are needed in order to run the full test
# suite, including the `cucim.clara` package.
- click
- jbig
- libwebp-base
- xz
- zlib
- zstd
# - jbig
# - libwebp-base
# - xz
# - zlib
# - zstd
# Not sure where these go, if anywhere:
# - openslide
# - xorg-libxcb
5 changes: 0 additions & 5 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ test = [
"GPUtil>=1.4.0",
"click",
"imagecodecs>=2021.6.8",
"jbig",
"libwebp-base",
"opencv-python-headless>=4.6",
"openslide-python>=1.1.2",
"psutil>=5.8.0",
Expand All @@ -73,9 +71,6 @@ test = [
"pytest-xdist",
"pytest>=6.2.4",
"tifffile>=2022.7.28",
"xz",
"zlib",
"zstd",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
developer = [
"black",
Expand Down

0 comments on commit cdb5b32

Please sign in to comment.