File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -154,9 +154,10 @@ PDAL and Python:
154154.. _`schema` : http://www.pdal.io/dimensions.html
155155.. _`metadata` : http://www.pdal.io/development/metadata.html
156156
157+ 
157158
158- .. image :: https://ci.appveyor. com/api/projects/status/of4kecyahpo8892d
159- :target: https://ci.appveyor. com/project/hobu/ python/
159+ .. image :: https://github. com/PDAL/python/workflows/Build/badge.svg
160+ :target: https://github. com/PDAL/ python/actions?query=workflow%3ABuild
160161
161162Requirements
162163================================================================================
@@ -165,4 +166,5 @@ Requirements
165166* Python >=3.6
166167* Cython (eg :code: `pip install cython `)
167168* Packaging (eg :code: `pip install packaging `)
169+ * scikit-build (eg :code: `pip install scikit-build `)
168170
Original file line number Diff line number Diff line change 1- __version__ = '2.3.3 '
1+ __version__ = '2.3.4 '
22
33from .pipeline import Pipeline
44from .array import Array
You can’t perform that action at this time.
0 commit comments