Skip to content

Commit

Permalink
Merge branch 'main' into openapi-enums
Browse files Browse the repository at this point in the history
  • Loading branch information
1lutz committed Aug 14, 2024
2 parents 2cd6df4 + 30b3e22 commit 29fd992
Show file tree
Hide file tree
Showing 14 changed files with 1,600 additions and 2,628 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ env-*
.mypy_cache

# Downloaded files
examples/raster_download.tif
examples/raster_download.tif
examples/download
examples/test
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,6 @@ It is necessary to install the dependencies with:
python3 -m pip install -e .[examples]
```

### XGBoost

If you wish to run the XGBoost notebook, you need the XGBoost library [dmlc/xgboost](https://github.com/dmlc/xgboost) available on your system.
Using the geo engine backend with `xgboost` feature will provide the library. See [XGBoost: Installation](https://xgboost.readthedocs.io/en/stable/install.html) for installation instructions otherwise.

## Distribute to PyPI

### Test-PyPI
Expand Down
Loading

0 comments on commit 29fd992

Please sign in to comment.