Skip to content

Commit e023677

Browse files
authored
Merge pull request #27 from Imageomics/fix/pynvml-deprecation
Replace deprecated pynvml with nvidia-ml-py
2 parents f992676 + cf3ed45 commit e023677

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies = [
4545
"numpy>=1.21.0", # Basic numpy operations
4646
"matplotlib>=3.5.0", # Profiling plots and visualizations
4747
"psutil>=5.9.0", # System resource monitoring
48+
"nvidia-ml-py>=11.5.0", # GPU monitoring and profiling
4849
"tqdm>=4.64.0", # Progress bars for profiling
4950
]
5051

0 commit comments

Comments
 (0)