-
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.
Add config file for controlling lab components (#87)
* Add config file for controlling lab components * added test echo line * modified env variable * modified config file * changed grab command for channel * added version explanation * modified incore version grab command * fixed Incore version grab * merged to mamba install PR * removed underscore from incore version * update component versions * Update CHANGELOG.md --------- Co-authored-by: Vismayak Mohanarajan <[email protected]>
- Loading branch information
Showing
4 changed files
with
68 additions
and
22 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: "IN-CORE Lab component version information" | ||
project: "IN-CORE Lab" | ||
author: "Yong Wook Kim" | ||
Channel: "in-core" | ||
# version form must be "x.x.x" | ||
INCORE_VERSION: "4.7.0" | ||
PyIncore: "1.14.0" | ||
PyIncore-Viz: "1.8.4" | ||
PyIncore-Data: "0.6.0" |