add pixi
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -59,3 +59,7 @@ target/
|
||||
.ipynb_checkpoints/
|
||||
results/
|
||||
*.vtk
|
||||
|
||||
# pixi environments
|
||||
.pixi
|
||||
*.egg-info
|
||||
|
||||
File diff suppressed because one or more lines are too long
17
pixi.toml
Normal file
17
pixi.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[project]
|
||||
authors = ["looooo <sppedflyer@gmail.com>"]
|
||||
channels = ["conda-forge"]
|
||||
description = "Add a short description here"
|
||||
name = "freecad.gears"
|
||||
platforms = ["osx-arm64", "linux-aarch64", "linux-64", "win-64", "osx-64"]
|
||||
version = "0.1.0"
|
||||
|
||||
[pypi-dependencies]
|
||||
freecad_gears = { path = ".", editable = true }
|
||||
|
||||
[dependencies]
|
||||
numpy = ">=2.1.3,<3"
|
||||
scipy = ">=1.14.1,<2"
|
||||
sympy = ">=1.13.3,<2"
|
||||
jupyter = ">=1.1.1,<2"
|
||||
freecad = ">=1.0.0,<2"
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
@@ -23,4 +22,8 @@ packages = ["freecad", "freecad.gears", "pygears"]
|
||||
include-package-data = true
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "pygears.__version__"}
|
||||
version = {attr = "pygears.__version__"}
|
||||
|
||||
[tool.pixi.project]
|
||||
channels = ["conda-forge", "freecad/label/dev"]
|
||||
platforms = ["osx-arm64"]
|
||||
|
||||
Reference in New Issue
Block a user