|
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, and Linux.\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", |
26 | 26 | "\n",
|
27 | 27 | "## Python Version\n",
|
28 |
| - "Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1.\n", |
| 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` or `pipenv install arcgis`. When version 2.3.1 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 `pipenv install arcgis arcgis-mapping`. When version 2.4.0 is 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 | + " > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details.\n", |
| 38 | + " \n", |
38 | 39 | "\n",
|
39 |
| - "* [pandas>=2.2.0](https://anaconda.org/Esri/pandas) \n", |
| 40 | + "* [pandas>=2.0.0,<2.2.0](https://anaconda.org/Esri/pandas) \n", |
40 | 41 | "* [numpy>=1.21.6,<2](https://anaconda.org/Esri/numpy) \n",
|
41 |
| - "* [pyshp>=2](https://anaconda.org/conda-forge/pyshp/) \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", |
42 | 45 | "* [matplotlib](https://anaconda.org/esri/matplotlib)\n",
|
43 | 46 | "* [matplotlib-inline](https://anaconda.org/anaconda/matplotlib-inline/)\n",
|
44 | 47 | "* [notebook](https://anaconda.org/esri/notebook)\n",
|
45 | 48 | "* [ipywidgets >=7,<8](https://anaconda.org/esri/ipywidgets)\n",
|
46 | 49 | "* [widgetsnbextension >=3](https://anaconda.org/esri/widgetsnbextension)\n",
|
47 | 50 | "* [keyring>=23.3.0](https://anaconda.org/esri/keyring)\n",
|
48 |
| - "* [urllib3>=1.26.2,<3](https://anaconda.org/conda-forge/urllib3/)\n", |
| 51 | + "* [urllib3>=1.26.1,<3](https://anaconda.org/conda-forge/urllib3/)\n", |
49 | 52 | "* [cachetools](https://anaconda.org/conda-forge/cachetools)\n",
|
50 | 53 | "* [lxml](https://anaconda.org/esri/lxml)\n",
|
| 54 | + "* [puremagic >=1.15,<2](https://github.com/cdgriffith/puremagic)\n", |
51 | 55 | "* [cryptography](https://anaconda.org/esri/cryptography)\n",
|
52 | 56 | "* [jupyter-client<=6.1.12](https://anaconda.org/conda-forge/jupyter-client/)\n",
|
53 | 57 | "* [pylerc](https://anaconda.org/esri/pylerc)\n",
|
| 58 | + "* [pyarrow>11.0.0](https://arrow.apache.org/)\n", |
54 | 59 | "* [ujson>=3](https://anaconda.org/conda-forge/ujson/)\n",
|
55 | 60 | "* [geomet](https://anaconda.org/esri/geomet/)\n",
|
56 | 61 | "* [requests>=2.30.0,<2.32.0](https://anaconda.org/conda-forge/requests/)\n",
|
|
64 | 69 | "* [pyspnego>=0.8.0](https://anaconda.org/conda-forge/pyspnego/)\n",
|
65 | 70 | " * Python>=3.10\n",
|
66 | 71 | "* **Windows only:**\n",
|
67 |
| - " * [python-certifi-win32](https://anaconda.org/esri/python-certifi-win32/)\n", |
68 |
| - " * Python < 3.10\n", |
69 | 72 | " * [pywin32>=223](https://anaconda.org/conda-forge/pywin32/)\n",
|
| 73 | + " * pywin-security\n", |
70 | 74 | " * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n",
|
71 | 75 | "\n",
|
| 76 | + "> Note: The dependencies above result from installing using `conda`. Versions may vary if `arcgis` is installed using `pip`.\n", |
72 | 77 | "\n",
|
73 | 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",
|
74 | 79 | "\n",
|
| 80 | + "\n", |
75 | 81 | "### Optional Dependencies\n",
|
76 | 82 | "\n",
|
77 | 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."
|
78 | 84 | ]
|
79 |
| - }, |
80 |
| - { |
81 |
| - "cell_type": "code", |
82 |
| - "execution_count": null, |
83 |
| - "metadata": {}, |
84 |
| - "outputs": [], |
85 |
| - "source": [] |
86 | 85 | }
|
87 | 86 | ],
|
88 | 87 | "metadata": {
|
|
101 | 100 | "name": "python",
|
102 | 101 | "nbconvert_exporter": "python",
|
103 | 102 | "pygments_lexer": "ipython3",
|
104 |
| - "version": "3.11.0" |
| 103 | + "version": "3.11.11" |
105 | 104 | },
|
106 | 105 | "toc": {
|
107 | 106 | "base_numbering": 1,
|
|
0 commit comments