From d6a6a0695a6f42ec908ae7e748dc5aacc3141bee Mon Sep 17 00:00:00 2001 From: dougli1sqrd Date: Thu, 15 Apr 2021 12:00:13 -0700 Subject: [PATCH 1/2] updating requirements to only specify greater-than version dependencies --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1f11b2c5..67bf6b49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -marshmallow==3.0.0b11 +marshmallow>=3.0.0b11 jsobject>=0.0 prefixcommons>=0.1.9 requests>=0.0 @@ -13,7 +13,7 @@ scipy>=1.2.0 twine jsonpickle>=0.0 jsonpath_rw>=0.0 -PyShEx==0.7.11 +PyShEx>=0.7.11 pytest>=0.0 pytest_logging>=0.0 pydotplus>=0.0 From e8084874c44196cd895357108d24f57c013ce936 Mon Sep 17 00:00:00 2001 From: dougli1sqrd Date: Thu, 15 Apr 2021 14:46:17 -0700 Subject: [PATCH 2/2] keeping marshmallow pinned --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67bf6b49..111124f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -marshmallow>=3.0.0b11 +marshmallow==3.0.0b11 jsobject>=0.0 prefixcommons>=0.1.9 requests>=0.0