Skip to content

Commit

Permalink
Add dill to list of required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MCFlowMace committed Aug 7, 2023
1 parent d0b098a commit fc945ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"h5py",
"numpy",
"scipy",
"tqdm"
"tqdm",
"dill"
]

setuptools.setup(
Expand Down

0 comments on commit fc945ce

Please sign in to comment.