Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b043075

Browse files
committed
Bumping numpy version used to build docs
Rolf recommended 1.13 b/c that gives matplotlib a common version with Scipy and is the oldest version which supports 3.7
1 parent 9f481d4 commit b043075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- run:
102102
<<: *deps-install
103103
environment:
104-
NUMPY_VERSION: "==1.11.0"
104+
NUMPY_VERSION: "==1.13.0"
105105
- run: *mpl-install
106106

107107
- run: *doc-build

0 commit comments

Comments
 (0)