Skip to content

Commit

Permalink
DEV-1855: remove rc tags deps (#407)
Browse files Browse the repository at this point in the history
Removes dependencies on rc tags
  • Loading branch information
kulgan committed Jun 8, 2023
1 parent c7753e7 commit 5bfac8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -14,9 +14,9 @@ cryptography==3.4.8
# via gdc-ng-models
decorator==5.1.1
# via gdcdatamodel (setup.py)
gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.6.4-rc.2
gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.6.4
# via gdcdatamodel (setup.py)
gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.6.6-rc.1
gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.6.6
# via gdcdatamodel (setup.py)
graphviz==0.19.1
# via gdcdatamodel (setup.py)
Expand All @@ -26,7 +26,7 @@ jsonschema==3.2.0
# via
# gdcdatamodel (setup.py)
# gdcdictionary
psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@4.0.1-rc.1
psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@4.0.1
# via gdcdatamodel (setup.py)
psycopg2==2.9.6
# via
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -14,9 +14,9 @@
"jsonschema",
"pyrsistent",
"decorator",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.6.6-rc.1#egg=gdcdictionary",
"gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.6.4-rc.2#egg=gdc-ng-models",
"psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@4.0.1-rc.1#egg=psqlgraph",
"gdcdictionary @ git+https://github.com/NCI-GDC/gdcdictionary.git@2.6.6#egg=gdcdictionary",
"gdc-ng-models @ git+https://github.com/NCI-GDC/gdc-ng-models.git@1.6.4#egg=gdc-ng-models",
"psqlgraph @ git+https://github.com/NCI-GDC/psqlgraph.git@4.0.1#egg=psqlgraph",
],
package_data={
"gdcdatamodel": [
Expand Down

0 comments on commit 5bfac8f

Please sign in to comment.