Skip to content

Commit

Permalink
Merge pull request #446 from RelevanceAI/feature/fix_typing
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
JackyKoh authored Jul 19, 2023
2 parents fd273dd + 62642a3 commit 81cb9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from ai_transform import __version__

requirements = ["tqdm>=4.49.0", "requests>=2.0.0", "pandas>=1.5.0", "pydantic>=1.10.2", "icecream==2.1.3"]
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"]

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

Expand Down

0 comments on commit 81cb9a2

Please sign in to comment.