Skip to content

Commit e02e7da

Browse files
authored
remove numpy pinned version from docs workflow
1 parent f8f75a9 commit e02e7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt-get install libgeos-dev
2323
sudo apt-get install python3-sphinx
2424
python -m pip install --upgrade pip
25-
pip install numpy==1.18.4
25+
pip install numpy
2626
pip install wheel
2727
pip install pytest pytest-cov
2828
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi

0 commit comments

Comments
 (0)