Skip to content

Commit 3873d35

Browse files
fix: DEV-4092: Fix numpy version (#3485)
* fix: DEV-4092: Fix numpy version
1 parent 2469a76 commit 3873d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jsonschema==3.2.0
4343
lockfile>=0.12.0
4444
lxml>=4.2.5
4545
defusedxml>=0.7.1
46-
numpy==1.21.1
46+
numpy==1.21.6
4747
ordered_set==4.0.2
4848
pandas>=0.24.0
4949
protobuf>=3.15.5

0 commit comments

Comments
 (0)