-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin typer and numpy version to help tests (#354)
* Pin typer version to help tests * Also pin numpy to get past other warnings * Update setup.py and test Python 3.10 * Fix python version syntax * Disable codecov upload for now
- Loading branch information
1 parent
b03823b
commit 9cff64e
Showing
3 changed files
with
9 additions
and
6 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 |
---|---|---|
|
@@ -17,3 +17,5 @@ Jinja2 | |
rfc3986<2 | ||
git+https://github.com/dougmet/yamlmd | ||
openpyxl==3.1.0 | ||
typer==0.11.0 | ||
numpy<2 |
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