Skip to content

Commit

Permalink
Fix numpy version to <1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed May 31, 2024
1 parent 3d6b82f commit cc64ca8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.3"]

steps:
- uses: actions/checkout@v4
Expand Down
62 changes: 31 additions & 31 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ scikit-learn = "^1.0"
pandas = ">=1,<2"
transformers = {extras = ["torch"], version = ">4.20,<5"}
terminado = "<0.18"
numpy = "<1.24"

[tool.poetry.plugins."spacy_factories"]
"spacy" = "classy_classification.__init__:make_text_categorizer"
Expand Down

0 comments on commit cc64ca8

Please sign in to comment.