Skip to content

Commit

Permalink
chore(pins): update dr32 final pins
Browse files Browse the repository at this point in the history
pip-compile 5.5.0 and python3.5 were used for this. Testing different
Python versions seemed to have mixed results. Using 3.5 caused the least
amount of changes which leads me to believe this is what we used last
time.
  • Loading branch information
ProfOak committed Mar 7, 2022
1 parent 285a7a9 commit 53fccc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ decorator==4.4.2
# via gdcdatamodel (setup.py)
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.2-rc.1#egg=gdcdictionary
git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.2#egg=gdcdictionary
# via gdcdatamodel (setup.py)
graphviz==0.14.2
# via gdcdatamodel (setup.py)
Expand All @@ -36,6 +36,7 @@ rstr==2.2.6
# via psqlgraph
six==1.15.0
# via
# gdcdatamodel (setup.py)
# jsonschema
# psqlgraph
# pyrsistent
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jsonschema~=3.2",
"pyrsistent<0.17.0",
"decorator<=5.0.0",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.2-rc.1#egg=gdcdictionary",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.4.2#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.4.0#egg=psqlgraph",
],
Expand Down

0 comments on commit 53fccc7

Please sign in to comment.