Skip to content

Commit 25f2821

Browse files
added system requirements and dependencies according to 2.4.2 release
1 parent 6521fc9 commit 25f2821

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

guide/01-getting-started/system-requirements.ipynb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"metadata": {},
2323
"source": [
2424
"## Operating System \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",
25+
"The ArcGIS API for Python (2.4.2 and greater releases) is compatible with 64-bit versions of Windows, macOS (M-Series and Intel), and Linux.\n",
2626
"\n",
2727
"## 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",
2929
"\n",
3030
"## Dependencies\n",
3131
"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,20 +41,20 @@
4141
"* [cachetools](https://anaconda.org/anaconda/cachetools)\n",
4242
"* [certifi](hhttps://anaconda.org/anaconda/certifi) \n",
4343
"* [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",
4646
"* [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",
4848
"* [keyring >=23.3.0](https://anaconda.org/Esri/keyring)\n",
4949
"* [lxml](https://anaconda.org/Esri/lxml)\n",
5050
"* [matplotlib](https://anaconda.org/Esri/matplotlib)\n",
5151
"* [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",
5555
"* [pillow](https://anaconda.org/Esri/pillow)\n",
5656
"* [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",
5858
"* [pydantic >=2.8.2,<3](https://anaconda.org/Esri/pydantic)\n",
5959
"* [pylerc](https://anaconda.org/Esri/pylerc)\n",
6060
"* [pyspnego >=0.8.0](https://anaconda.org/Esri/pyspnego)\n",
@@ -63,7 +63,7 @@
6363
"* [requests-kerberos](https://anaconda.org/Esri/requests-kerberos)\n",
6464
"* [requests-oauthlib](https://anaconda.org/anaconda/requests-oauthlib)\n",
6565
"* [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",
6767
"* [ujson >=3](https://anaconda.org/anaconda/ujson)\n",
6868
"* [urllib3 >=2.1.0,<3](https://anaconda.org/anaconda/urllib3)\n",
6969
"* [websocket-client >=1.2.3,<2](https://anaconda.org/anaconda/websocket-client)\n",
@@ -107,7 +107,7 @@
107107
"name": "python",
108108
"nbconvert_exporter": "python",
109109
"pygments_lexer": "ipython3",
110-
"version": "3.11.11"
110+
"version": "3.13.5"
111111
},
112112
"toc": {
113113
"base_numbering": 1,

0 commit comments

Comments
 (0)