Skip to content

Commit

Permalink
Merge pull request #36 from vivarium-collective/add-processes-dep
Browse files Browse the repository at this point in the history
fix: updated process repo name for import
  • Loading branch information
AlexPatrie authored Jan 8, 2024
2 parents b07f26b + 6907fa6 commit 91f2859
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = '0.0.9'
VERSION = '0.0.10'


with open("README.md", "r") as readme:
Expand Down Expand Up @@ -48,7 +48,6 @@
"pytest>=6.2.5",
"pymongo",
"orjson",
"core-processes",
"matplotlib"
]
)

0 comments on commit 91f2859

Please sign in to comment.