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
chore(dependencies): unpin numpy, remove pull_request_prepare.py
  • Loading branch information
jlarsen-usgs authored Aug 21, 2024
2 parents 25088a2 + 4da2b62 commit 115eef0
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 115eef0

Please sign in to comment.