Skip to content

Commit

Permalink
Add draft pixi code
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 30, 2024
1 parent 7259524 commit 5700247
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ docs
_freeze/
*.csv
*.ics

# pixi environments
.pixi
*.egg-info
28 changes: 28 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[project]
channels = ["conda-forge"]
description = "Add a short description here"
name = "TDStests"
platforms = ["win-64"]
version = "0.1.0"

[tasks]

[dependencies]
jupyter = "*"
jupyter-cache = "*"
geopandas = "*"
matplotlib = "*"
shapely = "*"
seaborn = "*"
quarto = "*"
r-base = "*"
r-irkernel = "*"
r-tidyverse = "*"
r-sf = "*"
r-quarto = "*"
r-nycflights13 = "*"
r-remotes = "*"
r-DT = "*"
r-reticulate = "*"
r-spData = "*"
r-pak = "*"

0 comments on commit 5700247

Please sign in to comment.