Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuichiroaoki committed Dec 29, 2023
1 parent 3c7aedc commit 6f9c21f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
poetry run ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 .
poetry run ruff --output-format=github --select=E9,F63,F7,F82 --target-version=py37 .
# default set of ruff rules with GitHub Annotations
poetry run ruff --format=github --target-version=py37 .
poetry run ruff --output-format=github --target-version=py37 .
- name: Run the automated tests
run: poetry run pytest -v --cov=cnceye tests
Expand Down
93 changes: 47 additions & 46 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ keywords = ["cnc", "cmm", "milling", "gcode"]
python = ">=3.11,<3.13"
trimesh = "^4.0.5"
numpy = "^1.26.2"
rtree = "^1.1.0"
scipy = "^1.11.4"


[tool.poetry.group.dev.dependencies]
ruff = "^0.0.280"
pytest = "^7.4.0"
black = "^23.7.0"
ruff = "^0.1.9"
pytest = "^7.4.3"
black = "^23.12.1"
pytest-cov = "^4.1.0"

[build-system]
Expand Down

0 comments on commit 6f9c21f

Please sign in to comment.