Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a1b4fdd

Browse filesBrowse files
chore(deps): update dependency numpy to v1.20.0 (GoogleCloudPlatform#5311)
* chore(deps): update dependency numpy to v1.20.0 * chore: choose numpy version depending on py version Co-authored-by: Bu Sun Kim <busunkim@google.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
1 parent 3c247e2 commit a1b4fdd
Copy full SHA for a1b4fdd

File tree

Expand file treeCollapse file tree

2 files changed

+5
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-2
lines changed
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
3-
numpy==1.19.5
3+
numpy==1.20.0; python_version >= '3.7'
4+
numpy==1.19.5; python_version < '3.7'
5+
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Flask==1.1.2
22
gunicorn==20.0.4
33
imageio==2.9.0
4-
numpy==1.19.5
4+
numpy==1.20.0; python_version >= '3.7'
5+
numpy==1.19.5; python_version < '3.7'
56
pillow==8.1.0
67
scipy==1.5.4

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.