-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pandas requirement, change numpy requirement to 1.22.4, drops Pyt…
…hon 3.7 support (#306) * Add pandas requirement, change numpy requirement to 1.22.4 * Update README.md * Update minimum Python version to 3.8 * Remove Python 3.7 from test and deploy workflow * Fix flake8 linting: missing whitespace * Update test_circuit_elements.py Fix flake8 ignore lines that are causing the linter to fail * Update test_preprocessing.py Add space causing the linter to fail --------- Co-authored-by: Matt Murbach <mdmurbach@users.noreply.github.com>
- Loading branch information
1 parent
2407fc1
commit 0b302ca
Showing
7 changed files
with
16 additions
and
13 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
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 |
---|---|---|
@@ -1,7 +1,8 @@ | ||
altair>=3.0 | ||
coveralls==3.2.0 | ||
matplotlib>=3.5 | ||
numpy>=1.14 | ||
numpy>=1.22.4 | ||
pandas | ||
pytest>=4.6 | ||
pytest-cov | ||
scipy>=1.0 |
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