We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de522d7 commit 3e64b9eCopy full SHA for 3e64b9e
blazer/__version__.py
@@ -7,7 +7,7 @@
7
8
__title__ = 'blazer'
9
__description__ = 'An HPC abstraction over MPI that uses pipes and pydash primitives.'
10
-__version__ = '0.1.5'
+__version__ = '0.1.6'
11
__author__ = 'Darren Govoni'
12
__author_email__ = '[email protected]'
13
__license__ = 'CC0-1.0 License'
setup.py
@@ -126,6 +126,7 @@ def run(self):
126
install_requires=[
127
'pydash==5.1.0',
128
'numpy==1.22.2',
129
+ 'pipe==1.6.0',
130
'mpi4py==3.1.3',
131
'dill==0.3.4'
132
],
0 commit comments