Skip to content

Commit 8a53b8a

Browse files
committed
Workaround for CI
1 parent cf311ad commit 8a53b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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 @ git+https://github.com/Samoed/gputil.git@patch-1", # Used to gather GPU usage information
2828
"schwimmbad", # Used to speedup hsc data loader file scans
2929
"chromadb", # Used for similarity search
3030
"holoviews", # Used in Holoviews visualization prototype

0 commit comments

Comments
 (0)