diff --git a/.gitignore b/.gitignore index d157fe6f5..d62530fea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ guide/gis module/.ipynb_checkpoints/class gis.ContentManager-checkpoint.ipynb .ipynb_checkpoints .idea/ .DS_Store +pixi.lock diff --git a/environment.yml b/environment.yml index 10c0f96c4..e346e0cc2 100644 --- a/environment.yml +++ b/environment.yml @@ -3,6 +3,4 @@ channels: - esri dependencies: - arcgis -- notebook -- ipywidgets >=5.2.2,<7 -- widgetsnbextension >=1.2.6,<3 +- arcgis-mapping diff --git a/pixi.toml b/pixi.toml new file mode 100644 index 000000000..ffc70eadb --- /dev/null +++ b/pixi.toml @@ -0,0 +1,20 @@ +[workspace] +authors = ["Esri Python "] +# NOTE: Usage of `main` channel is governed by Anaconda, Inc. terms of service +# Please ensure you are in compliance +# See https://legal.anaconda.com/policies/en/#terms-of-service +channels = ["esri", "main"] +channel-priority = "disabled" +name = "arcgis-python-api" +platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"] +version = "2.4.1" + +[dependencies] +python = "3.11.*" +arcgis = "2.4.1.*" + +[feature.mapping.dependencies] +arcgis-mapping = "4.31.*" + +[environments] +mapping = { features = ["mapping"] } \ No newline at end of file