Skip to content

Commit 0099e60

Browse files
Patch to include psutil as dependency (#76)
* Need to include psutil as dependency. Signed-off by: David Rowenhorst <david.rowenhorst@nrl.navy.mil>
1 parent 9068d71 commit 0099e60

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyebsdindex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
]
88
__description__ = "Python based tool for Radon based EBSD indexing"
99
__name__ = "pyebsdindex"
10-
__version__ = "0.3.9"
10+
__version__ = "0.3.9.1"
1111

1212

1313
# Try to import only once - also will perform check that at least one GPU is found.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"numpy",
9797
"numba>=0.55.1",
9898
"scipy",
99+
"psutil"
99100
],
100101
# Files to include when distributing package (see also MANIFEST.in)
101102
packages=find_packages(),

0 commit comments

Comments
 (0)