Skip to content

Commit 6ada8ba

Browse files
author
Darren Govoni
committed
Updates
1 parent 73cd903 commit 6ada8ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,14 @@ def run(self):
120120
author=about['__author__'],
121121
author_email=about['__author_email__'],
122122
url=about['__url__'],
123-
packages=['blazer', 'blazer.hpc', 'blazer.hpc.local', 'blazer.hpc.mpi'],
123+
packages=['blazer', 'blazer.hpc', 'blazer.hpc.mpi'],
124124
include_package_data=True,
125125
python_requires=">=3.8.*",
126126
install_requires=[
127+
'pydash==5.1.0',
128+
'numpy==1.22.2',
129+
'mpi4py==3.1.3',
130+
'dill==0.3.4'
127131
],
128132
license=about['__license__'],
129133
zip_safe=False,

0 commit comments

Comments
 (0)