MilesCranmer commited on
Commit
d821ca8
1 Parent(s): b8fd4cd

Only install typing_extensions on python <3.8

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -5,4 +5,4 @@ scikit_learn>=1.0.0
5
  julia>=0.6.0
6
  click>=7.0.0
7
  setuptools>=50.0.0
8
- typing_extensions>=4.0.0,<5.0.0
 
5
  julia>=0.6.0
6
  click>=7.0.0
7
  setuptools>=50.0.0
8
+ typing_extensions>=4.0.0,<5.0.0; python_version < "3.8"