Skip to content

Commit

Permalink
Merge pull request #1875 from jyaistMap/jy-upd-sysreq
Browse files Browse the repository at this point in the history
Update system requirements text for 2.3.1 release
  • Loading branch information
jyaistMap authored Jul 23, 2024
2 parents cc38933 + 383eab3 commit 8800b43
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions guide/01-getting-started/system-requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,61 +22,67 @@
"metadata": {},
"source": [
"## Operating System \n",
"The ArcGIS API for Python 2.3.0 is compatible with 64-bit versions of Windows, macOS, and Linux. Note that, 32-bit versions of Windows and Linux are no longer supported for API versions later than 1.7.1.\n",
"The ArcGIS API for Python 2.3.1 is compatible with 64-bit versions of Windows, macOS, and Linux.\n",
"\n",
"## Python Version\n",
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.0.\n",
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.1.\n",
"\n",
"## Dependencies\n",
"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",
"\n",
"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.0 is installed in this manner, all the below dependencies are automatically installed. \n",
"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",
"\n",
"> __Note__ Most of these packages have dependencies of their own. For a full list of packages installed:\n",
" > * conda environment, type `conda list -n <environment_name>`. \n",
" > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details. \n",
"\n",
"* [six](https://anaconda.org/esri/six)\n",
"* [pandas>=2.2.0](https://anaconda.org/Esri/pandas) \n",
"* [numpy>=1.21.6](https://anaconda.org/Esri/numpy) \n",
"* [numpy>=1.21.6,<2](https://anaconda.org/Esri/numpy) \n",
"* [pyshp>=2](https://anaconda.org/conda-forge/pyshp/) \n",
"* [matplotlib](https://anaconda.org/esri/matplotlib)\n",
"* [matplotlib-inline](https://anaconda.org/anaconda/matplotlib-inline/)\n",
"* [notebook](https://anaconda.org/esri/notebook)\n",
"* [ipywidgets >=7,<8](https://anaconda.org/esri/ipywidgets)\n",
"* [widgetsnbextension >=3](https://anaconda.org/esri/widgetsnbextension)\n",
"* [keyring>=23.3.0](https://anaconda.org/esri/keyring)\n",
"* [urllib3<2](https://anaconda.org/conda-forge/urllib3/)\n",
"* [urllib3>=1.26.2,<3](https://anaconda.org/conda-forge/urllib3/)\n",
"* [cachetools](https://anaconda.org/conda-forge/cachetools)\n",
"* [lxml](https://anaconda.org/esri/lxml)\n",
"* [cryptography](https://anaconda.org/esri/cryptography)\n",
"* [jupyter-client<=6.1.12](https://anaconda.org/conda-forge/jupyter-client/)\n",
"* [lerc](https://anaconda.org/esri/lerc/)\n",
"* [pylerc](https://anaconda.org/esri/pylerc)\n",
"* [ujson>=3](https://anaconda.org/conda-forge/ujson/)\n",
"* [geomet](https://anaconda.org/esri/geomet/)\n",
"* [requests>=2.27.1](https://anaconda.org/conda-forge/requests/)\n",
"* [requests>=2.30.0,<2.32.0](https://anaconda.org/conda-forge/requests/)\n",
"* [requests-oauthlib](https://anaconda.org/conda-forge/requests-oauthlib/)\n",
"* [requests-toolbelt](https://anaconda.org/esri/requests-toolbelt/)\n",
"* [requests_ntlm](https://anaconda.org/esri/requests_ntlm/)\n",
"* [requests-gssapi](https://anaconda.org/esri/requests-gssapi/)\n",
"* [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n",
"* [truststore](https://anaconda.org/esri/truststore/)\n",
"* [dask>=2023.3.2](https://anaconda.org/esri/dask/)\n",
"* [pyspnego>=0.8.0](https://anaconda.org/conda-forge/pyspnego/)\n",
" * Python>=3.10\n",
"* **Windows only:**\n",
" * [winkerberos](https://anaconda.org/esri/winkerberos)\n",
" * [python-certifi-win32](https://anaconda.org/esri/python-certifi-win32/)\n",
" * Python < 3.10\n",
" * [pywin32>=223](https://anaconda.org/conda-forge/pywin32/)\n",
" * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n",
" * [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n",
"\n",
"\n",
"> 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",
"\n",
"### Optional Dependencies\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -95,7 +101,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.17"
"version": "3.11.0"
},
"toc": {
"base_numbering": 1,
Expand Down Expand Up @@ -141,5 +147,5 @@
}
},
"nbformat": 4,
"nbformat_minor": 1
"nbformat_minor": 4
}

0 comments on commit 8800b43

Please sign in to comment.