|
36 | 36 | " > * conda environment, type `conda list -n <environment_name>`. \n",
|
37 | 37 | " > * pipenv virtual environment: See [`Pipfile` and `Pipfile.lock`](https://pipenv.pypa.io/en/latest/pipfile/) for details. \n",
|
38 | 38 | "\n",
|
39 |
| - "* [six](https://anaconda.org/esri/six)\n", |
40 | 39 | "* [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", |
42 | 41 | "* [pyshp>=2](https://anaconda.org/conda-forge/pyshp/) \n",
|
43 | 42 | "* [matplotlib](https://anaconda.org/esri/matplotlib)\n",
|
44 | 43 | "* [matplotlib-inline](https://anaconda.org/anaconda/matplotlib-inline/)\n",
|
45 | 44 | "* [notebook](https://anaconda.org/esri/notebook)\n",
|
46 | 45 | "* [ipywidgets >=7,<8](https://anaconda.org/esri/ipywidgets)\n",
|
47 | 46 | "* [widgetsnbextension >=3](https://anaconda.org/esri/widgetsnbextension)\n",
|
48 | 47 | "* [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", |
50 | 49 | "* [cachetools](https://anaconda.org/conda-forge/cachetools)\n",
|
51 | 50 | "* [lxml](https://anaconda.org/esri/lxml)\n",
|
52 | 51 | "* [cryptography](https://anaconda.org/esri/cryptography)\n",
|
53 | 52 | "* [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", |
55 | 54 | "* [ujson>=3](https://anaconda.org/conda-forge/ujson/)\n",
|
56 | 55 | "* [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", |
58 | 57 | "* [requests-oauthlib](https://anaconda.org/conda-forge/requests-oauthlib/)\n",
|
59 | 58 | "* [requests-toolbelt](https://anaconda.org/esri/requests-toolbelt/)\n",
|
60 | 59 | "* [requests_ntlm](https://anaconda.org/esri/requests_ntlm/)\n",
|
61 | 60 | "* [requests-gssapi](https://anaconda.org/esri/requests-gssapi/)\n",
|
| 61 | + "* [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n", |
62 | 62 | "* [truststore](https://anaconda.org/esri/truststore/)\n",
|
63 | 63 | "* [dask>=2023.3.2](https://anaconda.org/esri/dask/)\n",
|
64 | 64 | "* [pyspnego>=0.8.0](https://anaconda.org/conda-forge/pyspnego/)\n",
|
65 | 65 | " * Python>=3.10\n",
|
66 | 66 | "* **Windows only:**\n",
|
67 |
| - " * [winkerberos](https://anaconda.org/esri/winkerberos)\n", |
68 | 67 | " * [python-certifi-win32](https://anaconda.org/esri/python-certifi-win32/)\n",
|
69 | 68 | " * Python < 3.10\n",
|
70 | 69 | " * [pywin32>=223](https://anaconda.org/conda-forge/pywin32/)\n",
|
71 | 70 | " * [requests-negotiate-sspi](https://anaconda.org/esri/requests-negotiate-sspi/)\n",
|
72 |
| - " * [requests-kerberos](https://anaconda.org/esri/requests-kerberos/)\n", |
| 71 | + "\n", |
73 | 72 | "\n",
|
74 | 73 | "> 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",
|
75 | 74 | "\n",
|
76 | 75 | "### Optional Dependencies\n",
|
77 | 76 | "\n",
|
78 | 77 | "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."
|
79 | 78 | ]
|
| 79 | + }, |
| 80 | + { |
| 81 | + "cell_type": "code", |
| 82 | + "execution_count": null, |
| 83 | + "metadata": {}, |
| 84 | + "outputs": [], |
| 85 | + "source": [] |
80 | 86 | }
|
81 | 87 | ],
|
82 | 88 | "metadata": {
|
|
0 commit comments