Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 516c810 + 64a8ec3 commit 73f6ac0Copy full SHA for 73f6ac0
.travis.yml
@@ -115,7 +115,7 @@ before_install: |
115
ci/silence brew update
116
brew uninstall numpy gdal postgis
117
brew unlink python@2
118
- brew upgrade python
+ brew install python || brew upgrade python
119
brew install ffmpeg imagemagick mplayer ccache
120
hash -r
121
which python
requirements/testing/travis_all.txt
@@ -2,7 +2,8 @@
2
3
coverage
4
cycler
5
-numpy
+# don't forward port this, 3.2.x warns with np 1.19 and up
6
+numpy<1.19
7
pillow
8
pyparsing
9
pytest!=4.6.0,!=5.3.3,!=5.4.0
0 commit comments