Skip to content

Commit

Permalink
remove typeguard from install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-ob committed May 3, 2024
1 parent 273f957 commit d982f64
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 @@ -49,7 +49,7 @@
[console_scripts]
metaflow=metaflow.cmd.main_cli:start
""",
install_requires=["requests", "boto3", "typeguard"],
install_requires=["requests", "boto3"],
extras_require={
"stubs": ["metaflow-stubs==%s" % version],
},
Expand Down

0 comments on commit d982f64

Please sign in to comment.