-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Benchpark: use requirements.txt from Ramble (#196)
* update ramble version used by benchpark; append requirements.txt for ramble to benchpark requirements.txt * better interception of errors; need to create Ramble workspace log dir * style edit * style fix * apparently our style checker is also a spell checker * CI needs to install requirements.txt * docs requirements need to extend w/ramble requirements * get saxpy check to run when changing the checkout versions of Ramble/Spack
- Loading branch information
Showing
6 changed files
with
45 additions
and
4 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
pyyaml | ||
# The remaining requirements are from Ramble | ||
pytest | ||
flake8 | ||
google-cloud-storage # for gcs fetch test | ||
google-api-core # for gcs fetch error .exceptions | ||
coverage | ||
pre-commit | ||
graphlib-backport;python_version<"3.9" | ||
urllib3==1.26.18;python_version<="3.6" | ||
protobuf;python_version>"3.6" | ||
protobuf==3.19.4;python_version<="3.6" | ||
pyarrow==3.0.0;python_version<="3.6" | ||
google-cloud-bigquery | ||
tqdm | ||
deprecation |