forked from dbmi-bgm/SubmitCGAP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from smaht-dac/kmp_submitr_logo
Documentation updates (C4-1084)
- Loading branch information
Showing
13 changed files
with
88 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ __pycache__/ | |
# Distribution / packaging | ||
.Python | ||
build/ | ||
docs/html/ | ||
develop-eggs/ | ||
dist/ | ||
downloads/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[tool.poetry] | ||
name = "submitr" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
description = "Support for uploading file submissions to SMAHT." | ||
# TODO: Update this email address when a more specific one is available for SMaHT. | ||
authors = ["4DN-DCIC Team <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.rst" | ||
|
@@ -49,6 +50,16 @@ python = ">=3.7.0,<3.10" | |
awscli = "^1.27.79" | ||
# boto3 = "^1.26.79" | ||
dcicutils = "^7.7.1" | ||
# TODO: Consider an upgrade to PyYAML 6. | ||
# David wanted PyYAML 5 pinned at 5.3.1 for M1, but noted we should investigate upgrading to PyYAML 6. | ||
# Specifically, on https://github.com/smaht-dac/submitr/pull/5, he wrote: | ||
# << Looks like at least for M1 will have to pin pyyaml to 5.3.1 (or 6.0 but dcicutils has restriction on that). >> | ||
# Kent asked whether 5.3.1 or ^5.3.1, and also if PyYAML 6 has incompatibilities. David wrote: | ||
# << M1 only 5.3.1 specifically or 6.0 or 6.0.1 installs without error. | ||
# At least according the pyyaml change log (https://github.com/yaml/pyyaml/blob/master/CHANGES) | ||
# I don't see anything too scary WRT updating generally (e.g. dcicutils) | ||
# to 6.0.1 (except maybe "always require Loader arg to yaml.load()"). >> | ||
PyYAML = "5.3.1" # pinned for M1. See notes above. | ||
requests = "^2.28.2" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters