Skip to content

Commit 81cb9a2

Browse files
authored
Merge pull request #446 from RelevanceAI/feature/fix_typing
Update setup.py
2 parents fd273dd + 62642a3 commit 81cb9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from ai_transform import __version__
44

5-
requirements = ["tqdm>=4.49.0", "requests>=2.0.0", "pandas>=1.5.0", "pydantic>=1.10.2", "icecream==2.1.3"]
5+
requirements = ["tqdm>=4.49.0", "requests>=2.0.0", "pandas>=1.5.0", "pydantic>=1.10.2", "icecream==2.1.3", "typing-extensions==4.7.1"]
66

77
ray_requirements = ["numpy>=1.19.0", "pyarrow==9.0.0", "ray==2.0.0"]
88

0 commit comments

Comments
 (0)