Skip to content

Commit 9770f36

Browse files
authored
Merge pull request #451 from s22s/fix/docs-requirements-spec
Fix for docs build failure on incorrect requirements.txt
2 parents 1730af9 + 153ef35 commit 9770f36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ workflows:
195195
branches:
196196
only:
197197
- /feature\/.*docs.*/
198+
- /fix\/.*docs.*/
198199
- /docs\/.*/
199200

200201
nightly:

pyrasterframes/src/main/python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ipython=6.2.1
2-
pyspark=2.4.4
3-
gdal=2.4.3
1+
ipython==6.2.1
2+
pyspark==2.4.4
3+
gdal==2.4.3
44
numpy>=1.17.3,<2.0
55
pandas>=0.25.3,<1.0
66
shapely>=1.6.4,<1.7

0 commit comments

Comments
 (0)