Skip to content

Commit 41db98e

Browse files
authored
fix: DEV-4092: Pin numpy version (#3475) (#3477)
1 parent e625f11 commit 41db98e

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
@@ -42,7 +42,7 @@ jsonschema==3.2.0
4242
lockfile>=0.12.0
4343
lxml>=4.2.5
4444
defusedxml>=0.7.1
45-
numpy>=1.19.1
45+
numpy==1.21.1
4646
ordered_set==4.0.2
4747
pandas>=0.24.0
4848
protobuf>=3.15.5

0 commit comments

Comments
 (0)