Skip to content

Commit

Permalink
Relax typing extensions required version (#459)
Browse files Browse the repository at this point in the history
Relax the required version of `typing_extensions`

[ committed by @MattToast ]
[ reviewed by @ankona ]
  • Loading branch information
MattToast authored Jan 22, 2024
1 parent 92a3c99 commit e4d1646
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 @@ -190,7 +190,7 @@ def has_ext_modules(_placeholder):
"types-tqdm",
"types-tensorflow==2.12.0.9",
"types-setuptools",
"typing_extensions>=4.9.0",
"typing_extensions>=4.1.0",
],
# see smartsim/_core/_install/buildenv.py for more details
**versions.ml_extras_required()
Expand Down

0 comments on commit e4d1646

Please sign in to comment.