Skip to content

Commit 11017f9

Browse files
fix(python3.6): add backports for new typing features
- typing_extensions/dataclasses for 3.6
1 parent 714fd15 commit 11017f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/mathy_python/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ gym
1313
tensorflow>=2.1.0
1414
tensorflow_probability
1515
keras-self-attention
16+
17+
# new python feature backports
18+
dataclasses>=0.6,<1.0; python_version < "3.7"
19+
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.7"

0 commit comments

Comments
 (0)