Skip to content

Commit d1ed829

Browse files
chore: move to standardized pyproject.toml format (#2645)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 6904cd7 commit d1ed829

5 files changed

Lines changed: 97 additions & 183 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ The available extras (along with the libraries they include) are:
6262
- pandas `[pandas]`
6363
- geo `[geopandas, shapely]`
6464
- sympy `[sympy]`
65-
- functions `[pip]`
6665
- yaml `[PyYAML]`
67-
- all `[numpy, pandas, geopandas, shapely, sympy, pip, PyYAML]`
66+
- all `[numpy, pandas, geopandas, shapely, sympy, PyYAML]`
6867

6968
To include optional dependencies:
7069

docs/source/extensions_and_optional_dependencies.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ you should install the SDK along with its optional dependencies. The available e
1616
- pandas: pandas
1717
- geo: geopanda, shapely
1818
- sympy: sympy
19-
- functions: pip
2019
- all (will install dependencies for all the above)
2120

2221
These can be installed with the following command:

poetry.lock

Lines changed: 13 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)