-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CODEOWNERS to admin-team (#33)
* Update CODEOWNERS to admin-team * restrict numpy version --------- Co-authored-by: Samuel Sharpe <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,2 +1 @@ | ||
# Sam Sharpe, Daniel Barcklow, Brian Barr defined as Global Code Owners | ||
* @ssharpe42 @danielbarcklow @tazitoo | ||
* @capitalone/ablation-admin-team |
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,4 +1,4 @@ | ||
numpy | ||
numpy<2.0.0 | ||
pillow>=10.0 | ||
matplotlib | ||
seaborn | ||
|