Skip to content

Commit b248d51

Browse files
mtaurasoaritraghsh09
authored andcommitted
Workaround for CI (#246)
Context on the issue: anderskm/gputil#59 anderskm/gputil#60 GPUtil library has not released since 2018, so we may need to rely on this branch for some time.
1 parent 2d1c17e commit b248d51

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ dependencies = [
2424
"torchvision", # Used in hsc data loader, example autoencoder, and CNN model data set
2525
"tensorboardX", # Used to log training metrics
2626
"tensorboard", # Used to log training metrics
27-
"GPUtil", # Used to gather GPU usage information
27+
# GPUtil is on a branch because it does not install.
28+
# fixed by https://github.com/anderskm/gputil/pull/60
29+
# 1.4.0 and earlier are affected.
30+
"GPUtil @ git+https://github.com/Samoed/gputil.git@patch-1", # Used to gather GPU usage information
2831
"schwimmbad", # Used to speedup hsc data loader file scans
2932
"chromadb", # Used for similarity search
3033
"holoviews", # Used in Holoviews visualization prototype

0 commit comments

Comments
 (0)