Skip to content

Commit 9a0d611

Browse files
authored
Merge pull request #2341 from Esri/JR/pixi
Add pixi environment config
2 parents 267c729 + dd81df2 commit 9a0d611

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ guide/gis module/.ipynb_checkpoints/class gis.ContentManager-checkpoint.ipynb
22
.ipynb_checkpoints
33
.idea/
44
.DS_Store
5+
pixi.lock

environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@ channels:
33
- esri
44
dependencies:
55
- arcgis
6-
- notebook
7-
- ipywidgets >=5.2.2,<7
8-
- widgetsnbextension >=1.2.6,<3
6+
- arcgis-mapping

pixi.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[workspace]
2+
authors = ["Esri Python <python@esri.com>"]
3+
# NOTE: Usage of `main` channel is governed by Anaconda, Inc. terms of service
4+
# Please ensure you are in compliance
5+
# See https://legal.anaconda.com/policies/en/#terms-of-service
6+
channels = ["esri", "main"]
7+
channel-priority = "disabled"
8+
name = "arcgis-python-api"
9+
platforms = ["win-64", "linux-64", "osx-arm64", "osx-64"]
10+
version = "2.4.1"
11+
12+
[dependencies]
13+
python = "3.11.*"
14+
arcgis = "2.4.1.*"
15+
16+
[feature.mapping.dependencies]
17+
arcgis-mapping = "4.31.*"
18+
19+
[environments]
20+
mapping = { features = ["mapping"] }

0 commit comments

Comments
 (0)