Skip to content

Commit

Permalink
Add typing extensions requirement for TypeAlias
Browse files Browse the repository at this point in the history
  • Loading branch information
PGijsbers committed Dec 7, 2024
1 parent 8a091cc commit 3899d56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ liac-arff>=2.5,<3.0
psutil>=5.4,<6.0
ruamel.yaml>=0.15,<1.0
filelock>=3.4
typing-extensions>=4.0

numpy>=1.24,<2.0
pandas>=1.5,<2.0
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ six==1.16.0
# via python-dateutil
threadpoolctl==3.1.0
# via scikit-learn
typing-extensions==4.12.2
# via -r requirements.in
urllib3==1.26.15
# via
# botocore
Expand Down

0 comments on commit 3899d56

Please sign in to comment.