-
Notifications
You must be signed in to change notification settings - Fork 1
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 #192 from radical-cybertools/fix/deps_version
set version requirement for RCT stack
- Loading branch information
Showing
4 changed files
with
35 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# provided branches for RCT components can be edited, | ||
# if there is a dependency with non-devel branch | ||
|
||
# default RCT branch for CI runs is "devel" | ||
|
||
radical.utils @ git+https://github.com/radical-cybertools/radical.utils.git@devel | ||
radical.gtod @ git+https://github.com/radical-cybertools/radical.gtod.git@devel | ||
radical.pilot @ git+https://github.com/radical-cybertools/radical.pilot.git@devel | ||
radical.entk @ git+https://github.com/radical-cybertools/radical.entk.git@devel | ||
|
||
# RA from the current branch | ||
. | ||
|
||
pytest | ||
pytest-timeout | ||
pylint | ||
flake8 | ||
flake8-per-file-ignores | ||
coverage | ||
mock==2.0.0. | ||
psutil | ||
pudb | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
radical.utils | ||
radical.utils>=1.53 | ||
matplotlib | ||
psutil | ||
pandas | ||
numpy | ||
sqlalchemy | ||
more_itertools | ||
more_itertools |