Skip to content

Commit 3e64b9e

Browse files
author
Darren Govoni
committed
Updates
1 parent de522d7 commit 3e64b9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

blazer/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__title__ = 'blazer'
99
__description__ = 'An HPC abstraction over MPI that uses pipes and pydash primitives.'
10-
__version__ = '0.1.5'
10+
__version__ = '0.1.6'
1111
__author__ = 'Darren Govoni'
1212
__author_email__ = '[email protected]'
1313
__license__ = 'CC0-1.0 License'

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def run(self):
126126
install_requires=[
127127
'pydash==5.1.0',
128128
'numpy==1.22.2',
129+
'pipe==1.6.0',
129130
'mpi4py==3.1.3',
130131
'dill==0.3.4'
131132
],

0 commit comments

Comments
 (0)