Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump numpy from 1.18.5 to 1.22.0 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ wheel==0.34.2 # A built-package format for Python
Sphinx==3.1.1 # makes it easy to create intelligent and beautiful documentation
Pygments==2.3.1 # generic syntax highlighter
matplotlib==3.2.2 # Python plotting package
numpy==1.18.5 # NumPy is the fundamental package for array computing with Python.
numpy==1.22.0 # NumPy is the fundamental package for array computing with Python.
#asn1crypto==0.24.0 # Fast ASN.1 parser and serializer
#certifi==2018.8.24 # Python package for providing Mozilla's CA Bundle.
#cryptography==2.9.2 # provides cryptographic recipes and primitives
Expand Down