23 lines
539 B
TOML
23 lines
539 B
TOML
[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 }
|
|
|
|
[tasks]
|
|
lint = "pylint $(git ls-files '*.py')"
|
|
test = "python tests/tests.py"
|
|
|
|
[dependencies]
|
|
numpy = ">=2.2.0,<3"
|
|
scipy = ">=1.14.1,<2"
|
|
sympy = ">=1.13.3,<2"
|
|
jupyter = ">=1.1.1,<2"
|
|
freecad = ">=1.0.0,<2"
|
|
pylint = ">=3.3.2,<4"
|