Skip to content

Commit

Permalink
Update rbc-project to greater than min required (#340)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
mflaxman10 committed Oct 7, 2020
1 parent 480fa7f commit 03f7f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- requests
- sphinx
- sphinx_rtd_theme
- 'rbc==0.2.2'
- rbc>=0.2.2
2 changes: 1 addition & 1 deletion environment_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ dependencies:
- sphinx
- sphinx_rtd_theme
- requests
- 'rbc==0.2.2'
- rbc>=0.2.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03f7f5e

Please sign in to comment.