|
25 | 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 | | - "Python 3.10.x to 3.12.x is required to use the ArcGIS API for Python 2.3.1 and greater releases.\n", |
| 28 | + "Python 3.10.x to 3.13.x is required to use the ArcGIS API for Python 2.4.2 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", |
|
41 | 41 | "* [cachetools](https://anaconda.org/anaconda/cachetools)\n", |
42 | 42 | "* [certifi](hhttps://anaconda.org/anaconda/certifi) \n", |
43 | 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", |
| 44 | + "* [dask >=2024.12.1,<2025.3](https://anaconda.org/Esri/dask)\n", |
| 45 | + "* [geomet >=1.0.0](https://anaconda.org/Esri/geomet)\n", |
46 | 46 | "* [ipywidgets >=8](https://anaconda.org/Esri/ipywidgets)\n", |
47 | | - "* [jupyterlab >=4.0.7,<5](https://anaconda.org/Esri/jupyterlab)\n", |
| 47 | + "* [jupyterlab >=4.0.7,<4.4.0](https://anaconda.org/Esri/jupyterlab)\n", |
48 | 48 | "* [keyring >=23.3.0](https://anaconda.org/Esri/keyring)\n", |
49 | 49 | "* [lxml](https://anaconda.org/Esri/lxml)\n", |
50 | 50 | "* [matplotlib](https://anaconda.org/Esri/matplotlib)\n", |
51 | 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", |
| 52 | + "* [networkx >=3.3, <4](https://anaconda.org/Esri/networkx)\n", |
| 53 | + "* [numpy >=2.2.0,<3](https://anaconda.org/Esri/numpy) \n", |
| 54 | + "* [pandas >=2.0.0,<2.4.0](https://anaconda.org/Esri/pandas) \n", |
55 | 55 | "* [pillow](https://anaconda.org/Esri/pillow)\n", |
56 | 56 | "* [puremagic >=1.15,<2](https://anaconda.org/Esri/puremagic)\n", |
57 | | - "* [pyarrow >=14,<17](https://anaconda.org/Esri/pyarrow)\n", |
| 57 | + "* [pyarrow >=16,<21](https://anaconda.org/Esri/pyarrow)\n", |
58 | 58 | "* [pydantic >=2.8.2,<3](https://anaconda.org/Esri/pydantic)\n", |
59 | 59 | "* [pylerc](https://anaconda.org/Esri/pylerc)\n", |
60 | 60 | "* [pyspnego >=0.8.0](https://anaconda.org/Esri/pyspnego)\n", |
|
63 | 63 | "* [requests-kerberos](https://anaconda.org/Esri/requests-kerberos)\n", |
64 | 64 | "* [requests-oauthlib](https://anaconda.org/anaconda/requests-oauthlib)\n", |
65 | 65 | "* [requests-toolbelt](https://anaconda.org/Esri/requests-toolbelt)\n", |
66 | | - "* [truststore](https://anaconda.org/Esri/truststore)\n", |
| 66 | + "* [truststore >=0.10.0](https://anaconda.org/Esri/truststore)\n", |
67 | 67 | "* [ujson >=3](https://anaconda.org/anaconda/ujson)\n", |
68 | 68 | "* [urllib3 >=2.1.0,<3](https://anaconda.org/anaconda/urllib3)\n", |
69 | 69 | "* [websocket-client >=1.2.3,<2](https://anaconda.org/anaconda/websocket-client)\n", |
|
107 | 107 | "name": "python", |
108 | 108 | "nbconvert_exporter": "python", |
109 | 109 | "pygments_lexer": "ipython3", |
110 | | - "version": "3.11.11" |
| 110 | + "version": "3.13.5" |
111 | 111 | }, |
112 | 112 | "toc": { |
113 | 113 | "base_numbering": 1, |
|
0 commit comments