-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating minimums for many dependencies.
- Loading branch information
Showing
3 changed files
with
12 additions
and
12 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# NumPy is required for building `bezier` from source. | ||
numpy >= 1.18.1 | ||
numpy >= 1.19.2 | ||
# SymPy and SciPy are optional dependencies for pure-Python implementations. | ||
scipy >= 1.4.1 | ||
sympy >= 1.5.1 | ||
scipy >= 1.5.2 | ||
sympy >= 1.6.2 | ||
# Test requirements. | ||
pytest >= 5.3.2 | ||
pytest >= 6.1.1 |