Skip to content

Commit

Permalink
fix: temporary constrain attrs version to <= 23.2.0 to avoid mypy typ…
Browse files Browse the repository at this point in the history
…e checking error (#116)

* fix: temporary ignore attrs new version type error

* remove ignore

* change: constrain attrs version with <= 23.2.0
  • Loading branch information
shenxiangzhuang authored Aug 7, 2024
1 parent eac37e3 commit 0ceed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
requires-python = ">= 3.8"
dependencies = [
"attrs",
"attrs <= 23.2.0",
"nltk",
"numpy",
"pandas >= 1.1.0",
Expand Down

0 comments on commit 0ceed3e

Please sign in to comment.