Skip to content

Commit

Permalink
feat: add pixi tool (like conda but faster and integrate well with pip)
Browse files Browse the repository at this point in the history
  • Loading branch information
Beforerr committed Nov 1, 2024
1 parent 75eee6f commit c585725
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ venv/
ENV/
env.bak/
venv.bak/
.pixi
pixi.lock

# Spyder project settings
.spyderproject
Expand Down Expand Up @@ -238,4 +240,4 @@ dmypy.json
.vscode

# PyCharm
.idea
.idea
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,11 @@ include-package-data = true
"pyspedas.projects.mms.feeps.sun" = ["*.csv"]
"pyspedas.projects.mms.mec" = ["*.png"]
"pyspedas.projects.elfin.epd" = ["el*_epde_cal_data.txt"]

[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]

[tool.pixi.dependencies]
pytables = "*"
netcdf4 = "*"

0 comments on commit c585725

Please sign in to comment.