Skip to content

Commit bcfe4d8

Browse files
author
gerrymanoim
authored
Merge pull request #183 from quantopian/bump-numpy
BLD: bump to latest numpy in builds
2 parents b347c6d + 293bb1e commit bcfe4d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- python-version: 3.5
2626
numpy: 1.11.3
2727
- python-version: 3.6
28-
numpy: 1.18.1
28+
numpy: 1.19
2929
- python-version: 3.8
30-
numpy: 1.18.1
30+
numpy: 1.19
3131
steps:
3232
- uses: actions/checkout@v2
3333
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
PYTHONWARNINGS: ignore:DEPRECATION::pip._internal.cli.base_command
2121
run: |
2222
python -m pip install --upgrade pip
23-
pip install numpy==1.18.1
23+
pip install numpy==1.19
2424
- name: Install c++ dependencies (ubuntu)
2525
run: |
2626
sudo apt-get -y install libsparsehash-dev doxygen

0 commit comments

Comments
 (0)