Skip to content

Commit

Permalink
chore(dependencies): unpin numpy, remove pull_request_prepare.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jun 22, 2024
1 parent 0c632e5 commit 0280da2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ jobs:
name: changelog
path: CHANGELOG.md

- name: Lint Python files
run: ruff check .

- name: Format Python files
run: python scripts/pull_request_prepare.py
run: ruff format .

- name: Push release branch
env:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
]
requires-python = ">=3.9"
dependencies = [
"numpy<2.0.0",
"numpy",
"pandas",
"xmipy",
]
Expand Down
22 changes: 0 additions & 22 deletions scripts/pull_request_prepare.py

This file was deleted.

0 comments on commit 0280da2

Please sign in to comment.