Skip to content

Commit

Permalink
Merge pull request #451 from s22s/fix/docs-requirements-spec
Browse files Browse the repository at this point in the history
Fix for docs build failure on incorrect requirements.txt
  • Loading branch information
metasim committed Jan 17, 2020
2 parents 1730af9 + 153ef35 commit 9770f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ workflows:
branches:
only:
- /feature\/.*docs.*/
- /fix\/.*docs.*/
- /docs\/.*/

nightly:
Expand Down
6 changes: 3 additions & 3 deletions pyrasterframes/src/main/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ipython=6.2.1
pyspark=2.4.4
gdal=2.4.3
ipython==6.2.1
pyspark==2.4.4
gdal==2.4.3
numpy>=1.17.3,<2.0
pandas>=0.25.3,<1.0
shapely>=1.6.4,<1.7
Expand Down

0 comments on commit 9770f36

Please sign in to comment.