-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpixi.toml
46 lines (44 loc) · 1.08 KB
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[project]
channels = ["conda-forge", "r", "main"]
description = "A demo project using quarto and pixi for full-stack reproducibility"
name = "rypyrx"
platforms = ["linux-64", "win-64", "osx-64"] # I left out osx-arm because theres no r-satellite build <https://pixi.sh/v0.27.1/reference/project_configuration/#the-project-table>
version = "0.1.0"
[tasks]
[dependencies]
python = ">=3.12"
jupyterlab = "*"
xeus-python = "*" # the xeus kernel is faster
ipywidgets = "*"
jupyterlab_widgets = "*"
pandas = ">=1.0"
quarto = "*"
tectonic = "*"
watermark = "*"
seaborn = "*"
ipyleaflet = "*"
geosnap = "*"
pysal = "*"
streamlit = "*"
gh = "*"
openpyxl = "*"
geopy = "*"
holoviews = "*"
hvplot = "*"
pyarrow = "*"
lonboard = "*"
h3-py = "*"
rpy2 = "*"
# R deps
xeus-r = "*" # use the xeus kernel
r-tidymodels = "*"
#r-spdep = "*" # sfdep hasn't made it onto conda-forge yet
r-nlme = "*"
r-lme4 = "*"
r-tidycensus = "*"
r-tigris = "*"
r-reticulate = "*"
r-mapview = "*"
r-languageserver = "*"
r-tinytex = "*"
r-devtools = "*" # use install.packages() to get whatever, but you wont have a lockfile for those