Skip to content

Commit 383eab3

Browse files
committed
specify versions for various libraries, remove unnecessary
1 parent e697ada commit 383eab3

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

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

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,47 +36,53 @@
3636
" > * conda environment, type `conda list -n <environment_name>`. \n",
3737
" > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details. \n",
3838
"\n",
39-
"* [six](https://anaconda.org/esri/six)\n",
4039
"* [pandas>=2.2.0](https://anaconda.org/Esri/pandas) \n",
41-
"* [numpy>=1.21.6](https://anaconda.org/Esri/numpy) \n",
40+
"* [numpy>=1.21.6,<2](https://anaconda.org/Esri/numpy) \n",
4241
"* [pyshp>=2](https://anaconda.org/conda-forge/pyshp/) \n",
4342
"* [matplotlib](https://anaconda.org/esri/matplotlib)\n",
4443
"* [matplotlib-inline](https://anaconda.org/anaconda/matplotlib-inline/)\n",
4544
"* [notebook](https://anaconda.org/esri/notebook)\n",
4645
"* [ipywidgets >=7,<8](https://anaconda.org/esri/ipywidgets)\n",
4746
"* [widgetsnbextension >=3](https://anaconda.org/esri/widgetsnbextension)\n",
4847
"* [keyring>=23.3.0](https://anaconda.org/esri/keyring)\n",
49-
"* [urllib3<2](https://anaconda.org/conda-forge/urllib3/)\n",
48+
"* [urllib3>=1.26.2,<3](https://anaconda.org/conda-forge/urllib3/)\n",
5049
"* [cachetools](https://anaconda.org/conda-forge/cachetools)\n",
5150
"* [lxml](https://anaconda.org/esri/lxml)\n",
5251
"* [cryptography](https://anaconda.org/esri/cryptography)\n",
5352
"* [jupyter-client<=6.1.12](https://anaconda.org/conda-forge/jupyter-client/)\n",
54-
"* [lerc](https://anaconda.org/esri/lerc/)\n",
53+
"* [pylerc](https://anaconda.org/esri/pylerc)\n",
5554
"* [ujson>=3](https://anaconda.org/conda-forge/ujson/)\n",
5655
"* [geomet](https://anaconda.org/esri/geomet/)\n",
57-
"* [requests>=2.27.1](https://anaconda.org/conda-forge/requests/)\n",
56+
"* [requests>=2.30.0,<2.32.0](https://anaconda.org/conda-forge/requests/)\n",
5857
"* [requests-oauthlib](https://anaconda.org/conda-forge/requests-oauthlib/)\n",
5958
"* [requests-toolbelt](https://anaconda.org/esri/requests-toolbelt/)\n",
6059
"* [requests_ntlm](https://anaconda.org/esri/requests_ntlm/)\n",
6160
"* [requests-gssapi](https://anaconda.org/esri/requests-gssapi/)\n",
61+
"* [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n",
6262
"* [truststore](https://anaconda.org/esri/truststore/)\n",
6363
"* [dask>=2023.3.2](https://anaconda.org/esri/dask/)\n",
6464
"* [pyspnego>=0.8.0](https://anaconda.org/conda-forge/pyspnego/)\n",
6565
" * Python>=3.10\n",
6666
"* **Windows only:**\n",
67-
" * [winkerberos](https://anaconda.org/esri/winkerberos)\n",
6867
" * [python-certifi-win32](https://anaconda.org/esri/python-certifi-win32/)\n",
6968
" * Python < 3.10\n",
7069
" * [pywin32>=223](https://anaconda.org/conda-forge/pywin32/)\n",
7170
" * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n",
72-
" * [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n",
71+
"\n",
7372
"\n",
7473
"> 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",
7574
"\n",
7675
"### Optional Dependencies\n",
7776
"\n",
7877
"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."
7978
]
79+
},
80+
{
81+
"cell_type": "code",
82+
"execution_count": null,
83+
"metadata": {},
84+
"outputs": [],
85+
"source": []
8086
}
8187
],
8288
"metadata": {

0 commit comments

Comments
 (0)