Skip to content

Commit

Permalink
update nox
Browse files Browse the repository at this point in the history
Signed-off-by: cosmicBboy <[email protected]>
  • Loading branch information
cosmicBboy committed Feb 23, 2025
1 parent 4b055d4 commit 7b7abd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def ci_requirements(session: Session, pandas: str, pydantic: str) -> None:
def _get_pinned_requirements(
session: Session, pandas: str, pydantic: str, extra: str
) -> None:
_requirements = REQUIRES[extra]
_requirements = [*REQUIRES[extra], REQUIRES["dev"]]
_pinned_requirements = []

_numpy: str | None = None
Expand Down

0 comments on commit 7b7abd4

Please sign in to comment.