|
22 | 22 | "metadata": {},
|
23 | 23 | "source": [
|
24 | 24 | "## Operating System \n",
|
25 |
| - "The ArcGIS API for Python 2.2.0 is compatible with 64-bit versions of Windows, macOS, and Linux. Note that, 32-bit versions of Windows and Linux is no longer supported for API versions later than 1.7.1.\n", |
| 25 | + "The ArcGIS API for Python 2.2.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", |
26 | 26 | "\n",
|
27 | 27 | "## Python Version\n",
|
28 |
| - "Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.2.0.\n", |
| 28 | + "Python 3.9.x to 3.10.x is required to use the ArcGIS API for Python 2.2.0.\n", |
29 | 29 | "\n",
|
30 |
| - "> **Note:** The `arcgis.learn` module is not supported with Python 3.11.x.\n", |
| 30 | + "> **Note:** The `arcgis.learn` module is **only** supported with Python 3.9.x.\n", |
31 | 31 | "\n",
|
32 | 32 | "## Dependencies\n",
|
33 | 33 | "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",
|
|
47 | 47 | "* [notebook](https://ipython.org/notebook.html)\n",
|
48 | 48 | "* [ipywidgets >=7,<8](https://ipywidgets.readthedocs.io/en/stable/)\n",
|
49 | 49 | "* [widgetsnbextension >=3](https://pypi.python.org/pypi/widgetsnbextension)\n",
|
50 |
| - "* [keyring>=23.3.0](https://pypi.python.org/pypi/keyring/10.6.0)\n", |
| 50 | + "* [keyring>=23.3.0](https://pypi.org/project/keyring/23.3.0/)\n", |
51 | 51 | "* [urllib3<2](https://pypi.python.org/pypi/urllib3)\n",
|
52 | 52 | "* [cachetools](https://pypi.org/project/cachetools/)\n",
|
53 | 53 | "* [lxml](https://pypi.org/project/lxml/)\n",
|
|
0 commit comments