Skip to content

Commit

Permalink
Only install typing_extensions on python <3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 31, 2023
1 parent f2dbf1f commit 7c141bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -5,4 +5,4 @@ scikit_learn>=1.0.0
julia>=0.6.0
click>=7.0.0
setuptools>=50.0.0
typing_extensions>=4.0.0,<5.0.0
typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"

0 comments on commit 7c141bb

Please sign in to comment.