-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update codemeta.json for numpy, scipy, and typing-extensions (#…
…2050) * Add numpy metadata information to codemeta.json. - Amends PR #2041 * Update lower bound on scipy to v1.3.2 and remove typing-extensions. - Amends PR #2044 * Update codemetapy lower bound to v2.3.0 to ensure consistency of output.
- Loading branch information
1 parent
6d83552
commit 7e06cc3
Showing
3 changed files
with
16 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ | |
'ipython', | ||
'pre-commit', | ||
'check-manifest', | ||
'codemetapy>=0.3.4', | ||
'codemetapy>=2.3.0', | ||
'twine', | ||
] | ||
) | ||
|