We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9068d71 commit 0099e60Copy full SHA for 0099e60
pyebsdindex/__init__.py
@@ -7,7 +7,7 @@
7
]
8
__description__ = "Python based tool for Radon based EBSD indexing"
9
__name__ = "pyebsdindex"
10
-__version__ = "0.3.9"
+__version__ = "0.3.9.1"
11
12
13
# Try to import only once - also will perform check that at least one GPU is found.
setup.py
@@ -96,6 +96,7 @@
96
"numpy",
97
"numba>=0.55.1",
98
"scipy",
99
+ "psutil"
100
],
101
# Files to include when distributing package (see also MANIFEST.in)
102
packages=find_packages(),
0 commit comments