Skip to content

Commit 4bd380f

Browse files
authored
Upgrade numpy version to 1.23.1 (#3955)
Numpy support for macos arm64 is added in 1.21.0.
1 parent 884e537 commit 4bd380f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ This directory contains tooling used to run Continuous Integration tasks.
1515
```
1616
- At the root of the firebase sdk repo, run
1717
```
18-
./ci/fireci/setup.py develop
18+
pip3 install -e ./ci/fireci/
1919
```
2020

2121
- For usage help, see:
2222
```
2323
fireci --help
2424
```
25-

ci/fireci/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install_requires =
77
protobuf==3.19
88
click==7.0
99
google-cloud-storage==1.44.0
10-
numpy==1.19.5
10+
numpy==1.23.1
1111
PyGithub==1.55
1212
pystache==0.6.0
1313
requests==2.23.0

0 commit comments

Comments
 (0)