Skip to content

Commit 7f8ac6b

Browse files
committed
update text for 2.3.1 release
1 parent bfb491f commit 7f8ac6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"metadata": {},
2323
"source": [
2424
"## Operating System \n",
25-
"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",
25+
"The ArcGIS API for Python 2.3.1 is compatible with 64-bit versions of Windows, macOS, and Linux.\n",
2626
"\n",
2727
"## Python Version\n",
28-
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.0.\n",
28+
"Python 3.9.x to 3.11.x is required to use the ArcGIS API for Python 2.3.1.\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",
3232
"\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.0 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` or `pipenv install arcgis`. When version 2.3.1 is installed in this manner, all the below dependencies are automatically installed. \n",
3434
"\n",
3535
"> __Note__ Most of these packages have dependencies of their own. For a full list of packages installed:\n",
3636
" > * conda environment, type `conda list -n <environment_name>`. \n",
@@ -95,7 +95,7 @@
9595
"name": "python",
9696
"nbconvert_exporter": "python",
9797
"pygments_lexer": "ipython3",
98-
"version": "3.9.17"
98+
"version": "3.11.0"
9999
},
100100
"toc": {
101101
"base_numbering": 1,
@@ -141,5 +141,5 @@
141141
}
142142
},
143143
"nbformat": 4,
144-
"nbformat_minor": 1
144+
"nbformat_minor": 4
145145
}

0 commit comments

Comments
 (0)