|
22 | 22 | "metadata": {},
|
23 | 23 | "source": [
|
24 | 24 | "## Operating System \n",
|
25 |
| - "The ArcGIS API for Python 2.4.0 release is compatible with 64-bit versions of Windows, macOS (M-Series and Intel), and Linux.\n", |
| 25 | + "The ArcGIS API for Python (2.4.0 and greater releases) is compatible with 64-bit versions of Windows, macOS (M-Series and Intel), and Linux.\n", |
26 | 26 | "\n",
|
27 | 27 | "## Python Version\n",
|
28 | 28 | "Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1 and greater releases.\n",
|
29 | 29 | "\n",
|
30 | 30 | "## Dependencies\n",
|
31 | 31 | "The full power of the ArcGIS API for Python is best experienced when all its dependencies are installed. However, specific tasks such as GIS administration and content management can be accomplished with a subset of dependencies installed. See [Install with minimum Dependencies](../install-and-set-up#install-with-minimum-dependencies) to install the `arcgis` package in this manner.\n",
|
32 | 32 | "\n",
|
33 |
| - "It is recommended to install the `arcgis` package the default way of either `conda install -c esri arcgis arcgis-mapping` or `pipenv install arcgis arcgis-mapping`. When version 2.4.0 is installed in this manner, all the below dependencies are automatically installed. \n", |
| 33 | + "It is recommended to install the `arcgis` package the default way of either `conda install -c esri arcgis arcgis-mapping` or `pip install arcgis arcgis-mapping`. When installed in this manner, all the below dependencies are automatically installed.\n", |
34 | 34 | "\n",
|
35 | 35 | "> __Note__ Most of these packages have dependencies of their own. For a full list of packages installed:\n",
|
36 | 36 | " > * conda environment, type `conda list -n <environment_name>`. \n",
|
37 |
| - " > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details.\n", |
| 37 | + " > * pip environment, type `pip list`.\n", |
38 | 38 | " \n",
|
39 | 39 | "\n",
|
40 |
| - "* [pandas>=2.0.0,<2.2.0](https://anaconda.org/Esri/pandas) \n", |
41 |
| - "* [numpy>=1.21.6,<2](https://anaconda.org/Esri/numpy) \n", |
42 |
| - "* [pyshp>=2,<3](https://anaconda.org/conda-forge/pyshp/)\n", |
43 |
| - "* [pillow](https://python-pillow.github.io/)\n", |
44 |
| - "* [certifi](https://github.com/certifi/python-certifi) \n", |
45 |
| - "* [matplotlib](https://anaconda.org/esri/matplotlib)\n", |
46 |
| - "* [matplotlib-inline](https://anaconda.org/anaconda/matplotlib-inline/)\n", |
47 |
| - "* [notebook](https://anaconda.org/esri/notebook)\n", |
48 |
| - "* [ipywidgets >=7,<8](https://anaconda.org/esri/ipywidgets)\n", |
49 |
| - "* [widgetsnbextension >=3](https://anaconda.org/esri/widgetsnbextension)\n", |
50 |
| - "* [keyring>=23.3.0](https://anaconda.org/esri/keyring)\n", |
51 |
| - "* [urllib3>=1.26.1,<3](https://anaconda.org/conda-forge/urllib3/)\n", |
52 |
| - "* [cachetools](https://anaconda.org/conda-forge/cachetools)\n", |
53 |
| - "* [lxml](https://anaconda.org/esri/lxml)\n", |
54 |
| - "* [puremagic >=1.15,<2](https://github.com/cdgriffith/puremagic)\n", |
55 |
| - "* [cryptography](https://anaconda.org/esri/cryptography)\n", |
56 |
| - "* [jupyter-client<=6.1.12](https://anaconda.org/conda-forge/jupyter-client/)\n", |
57 |
| - "* [pylerc](https://anaconda.org/esri/pylerc)\n", |
58 |
| - "* [pyarrow>11.0.0](https://arrow.apache.org/)\n", |
59 |
| - "* [ujson>=3](https://anaconda.org/conda-forge/ujson/)\n", |
60 |
| - "* [geomet](https://anaconda.org/esri/geomet/)\n", |
61 |
| - "* [requests>=2.30.0,<2.32.0](https://anaconda.org/conda-forge/requests/)\n", |
62 |
| - "* [requests-oauthlib](https://anaconda.org/conda-forge/requests-oauthlib/)\n", |
63 |
| - "* [requests-toolbelt](https://anaconda.org/esri/requests-toolbelt/)\n", |
64 |
| - "* [requests_ntlm](https://anaconda.org/esri/requests_ntlm/)\n", |
65 |
| - "* [requests-gssapi](https://anaconda.org/esri/requests-gssapi/)\n", |
66 |
| - "* [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n", |
67 |
| - "* [truststore](https://anaconda.org/esri/truststore/)\n", |
68 |
| - "* [dask>=2023.3.2](https://anaconda.org/esri/dask/)\n", |
69 |
| - "* [pyspnego>=0.8.0](https://anaconda.org/conda-forge/pyspnego/)\n", |
70 |
| - " * Python>=3.10\n", |
| 40 | + "* [anywidget](https://anaconda.org/Esri/anywidget)\n", |
| 41 | + "* [cachetools](https://anaconda.org/anaconda/cachetools)\n", |
| 42 | + "* [certifi](hhttps://anaconda.org/anaconda/certifi) \n", |
| 43 | + "* [cryptography](https://anaconda.org/Esri/cryptography)\n", |
| 44 | + "* [dask >=2024.12.1,<2025.1.0](https://anaconda.org/Esri/dask)\n", |
| 45 | + "* [geomet](https://anaconda.org/Esri/geomet)\n", |
| 46 | + "* [ipywidgets >=8](https://anaconda.org/Esri/ipywidgets)\n", |
| 47 | + "* [jupyterlab >=4.0.7,<5](https://anaconda.org/Esri/jupyterlab)\n", |
| 48 | + "* [keyring >=23.3.0](https://anaconda.org/Esri/keyring)\n", |
| 49 | + "* [lxml](https://anaconda.org/Esri/lxml)\n", |
| 50 | + "* [matplotlib](https://anaconda.org/Esri/matplotlib)\n", |
| 51 | + "* [matplotlib-inline](https://anaconda.org/Esri/matplotlib-inline)\n", |
| 52 | + "* [networkx](https://anaconda.org/Esri/networkx)\n", |
| 53 | + "* [numpy >=1.21.6,<2](https://anaconda.org/Esri/numpy) \n", |
| 54 | + "* [pandas >=2.0.0,<2.3.0](https://anaconda.org/Esri/pandas) \n", |
| 55 | + "* [pillow](https://anaconda.org/Esri/pillow)\n", |
| 56 | + "* [puremagic >=1.15,<2](https://anaconda.org/Esri/puremagic)\n", |
| 57 | + "* [pyarrow >=14,<17](https://anaconda.org/Esri/pyarrow)\n", |
| 58 | + "* [pydantic >=2.8.2,<3](https://anaconda.org/Esri/pydantic)\n", |
| 59 | + "* [pylerc](https://anaconda.org/Esri/pylerc)\n", |
| 60 | + "* [pyspnego >=0.8.0](https://anaconda.org/Esri/pyspnego)\n", |
| 61 | + "* [requests >=2.32.3,<3](https://anaconda.org/anaconda/requests)\n", |
| 62 | + "* [requests-gssapi](https://anaconda.org/Esri/requests-gssapi)\n", |
| 63 | + "* [requests-kerberos](https://anaconda.org/Esri/requests-kerberos)\n", |
| 64 | + "* [requests-oauthlib](https://anaconda.org/anaconda/requests-oauthlib)\n", |
| 65 | + "* [requests-toolbelt](https://anaconda.org/Esri/requests-toolbelt)\n", |
| 66 | + "* [truststore](https://anaconda.org/Esri/truststore)\n", |
| 67 | + "* [ujson >=3](https://anaconda.org/anaconda/ujson)\n", |
| 68 | + "* [urllib3 >=2.1.0,<3](https://anaconda.org/anaconda/urllib3)\n", |
| 69 | + "* [websocket-client >=1.2.3,<2](https://anaconda.org/anaconda/websocket-client)\n", |
| 70 | + "\n", |
| 71 | + "\n", |
71 | 72 | "* **Windows only:**\n",
|
72 |
| - " * [pywin32>=223](https://anaconda.org/conda-forge/pywin32/)\n", |
73 |
| - " * pywin-security\n", |
74 |
| - " * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n", |
| 73 | + " * [pywin32-security](https://anaconda.org/Esri/pywin32-security)\n", |
| 74 | + " * [requests-negotiate-sspi](https://anaconda.org/Esri/requests-negotiate-sspi)\n", |
75 | 75 | "\n",
|
76 | 76 | "> Note: The dependencies above result from installing using `conda`. Versions may vary if `arcgis` is installed using `pip`.\n",
|
77 | 77 | "\n",
|
78 |
| - "> Note: if `arcpy` is found in the current python environment, it may be used in various locations. Otherwise, `pyshp` will be used. See [Spatially Enabled DataFrame](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=geoaccessor#arcgis.features.GeoAccessor) for more information.\n", |
| 78 | + "> Note: if `arcpy` is found in the current python environment, it may be used in various locations. Otherwise, `gdal` or `pyshp` will be used. See [Spatially Enabled DataFrame](https://developers.arcgis.com/python/api-reference/arcgis.features.toc.html?highlight=geoaccessor#arcgis.features.GeoAccessor) for more information.\n", |
| 79 | + "\n", |
79 | 80 | "\n",
|
80 | 81 | "\n",
|
81 | 82 | "### Optional Dependencies\n",
|
82 | 83 | "\n",
|
83 |
| - "There are some other python packages that may be required to use certain functionality in the API, but are __not__ automatically installed. To use that functionality, you must manually call `conda install {package_name}` or `pipenv install {package_name}` for such optional packages." |
| 84 | + "There are some other python packages that may be required to use certain functionality in the API, but are __not__ automatically installed. To use that functionality, you must manually call `conda install {package_name}` or `pip install {package_name}` for such optional packages.\n", |
| 85 | + "\n", |
| 86 | + "* [gdal](https://anaconda.org/Esri/gdal)\n", |
| 87 | + " - if installed, gdal may be used as a geometry engine for certain operations\n", |
| 88 | + " > Note: The gdal build on Esri anaconda channel is currently only compatible with environments configured with arcpy.\n", |
| 89 | + "* [pyshp](https://anaconda.org/anaconda/pyshp)\n", |
| 90 | + " - if installed, pyshp may be used as a geometry engine for certain operations" |
84 | 91 | ]
|
85 | 92 | }
|
86 | 93 | ],
|
|
0 commit comments