From d815e775cdb5ad2bf5bb1131e2141ed0b05dee2a Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Mon, 8 Jan 2024 12:14:16 -0500 Subject: [PATCH 1/3] fix: updated process repo name for import --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b72f79..dcb5428 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "pytest>=6.2.5", "pymongo", "orjson", - "core-processes", + "biosimulator-processes", "matplotlib" ] ) From fe3a3f228fe9557738c476731c3c4a669b44823b Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Mon, 8 Jan 2024 12:24:59 -0500 Subject: [PATCH 2/3] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dcb5428..bb20005 100644 --- a/setup.py +++ b/setup.py @@ -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: From 6907fa69daae0879bdf9c5c3cc6d903ee388f45d Mon Sep 17 00:00:00 2001 From: alexPatrie Date: Mon, 8 Jan 2024 12:43:54 -0500 Subject: [PATCH 3/3] fix: removed core process dep from setup --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index bb20005..89564ba 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,6 @@ "pytest>=6.2.5", "pymongo", "orjson", - "biosimulator-processes", "matplotlib" ] )