Skip to content

Commit

Permalink
DEV-722: bump final boveri pins (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgan committed Jun 15, 2021
1 parent 48d3ac6 commit 43571be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==19.3.0
# via jsonschema
git+https://github.com/NCI-GDC/gdc-ng-models.git@1.5.2#egg=gdc-ng-models
# via gdcdatamodel (setup.py)
git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.0-rc.3#egg=gdcdictionary
git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.0#egg=gdcdictionary
# via gdcdatamodel (setup.py)
graphviz==0.4.10
# via gdcdatamodel (setup.py)
Expand All @@ -18,7 +18,7 @@ jsonschema==3.2.0
# via
# gdcdatamodel (setup.py)
# gdcdictionary
git+https://github.com/NCI-GDC/psqlgraph.git@3.3.0-rc.1#egg=psqlgraph
git+https://github.com/NCI-GDC/psqlgraph.git@3.3.0#egg=psqlgraph
# via gdcdatamodel (setup.py)
psycopg2==2.8.5
# via psqlgraph
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"pytz~=2020.1",
"graphviz>=0.4.10,<0.17",
"jsonschema~=3.2",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.0-rc.3#egg=gdcdictionary",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.0#egg=gdcdictionary",
"gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.5.2#egg=gdc-ng-models",
"psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@3.3.0-rc.1#egg=psqlgraph",
"psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@3.3.0#egg=psqlgraph",
],
extras_require={
'python_version == "2.7"': [
Expand Down

0 comments on commit 43571be

Please sign in to comment.