From 03f7f5eeb7a92336d47921c9e6004a1ecef46e24 Mon Sep 17 00:00:00 2001 From: "Dr. Michael Flaxman" Date: Wed, 7 Oct 2020 00:53:10 -0700 Subject: [PATCH] Update rbc-project to greater than min required (#340) * Update rbc-project to greater than min required rbc-project >= 0.2.2 * Update environment_gpu.yml Update RBC dependency from requiring exactly 0.2.2 to requiring greater than or equal to 0.2.2 * Update environment.yml Update RBC dependency from requiring exactly 0.22 to at least 0.22 --- environment.yml | 2 +- environment_gpu.yml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 3626332..3450ccb 100644 --- a/environment.yml +++ b/environment.yml @@ -22,4 +22,4 @@ dependencies: - requests - sphinx - sphinx_rtd_theme -- 'rbc==0.2.2' +- rbc>=0.2.2 diff --git a/environment_gpu.yml b/environment_gpu.yml index d189a10..b6853d7 100644 --- a/environment_gpu.yml +++ b/environment_gpu.yml @@ -26,4 +26,4 @@ dependencies: - sphinx - sphinx_rtd_theme - requests -- 'rbc==0.2.2' +- rbc>=0.2.2 diff --git a/setup.py b/setup.py index b034845..63b1ed8 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'packaging >= 20.0', 'requests >= 2.23.0', 'numba >= 0.48', - 'rbc-project == 0.2.2', + 'rbc-project >= 0.2.2', ] # Optional Requirements