Skip to content

Commit 8f7dfb5

Browse files
authored
[conda] Remove dataclasses py-36 only deps (#1013)
1 parent 53b8397 commit 8f7dfb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

conda/pytorch-nightly/meta.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ requirements:
2323
- mkl=2021.4 # [x86_64 and win and py >= 310]
2424
{% endif %}
2525
- typing_extensions
26-
- dataclasses # [py36]
2726
- ninja
2827
- libuv # [win]
2928
- libuv # [unix]
@@ -39,7 +38,6 @@ requirements:
3938
{% if cross_compile_arm64 == 0 %}
4039
- mkl >=2018 # [x86_64]
4140
{% endif %}
42-
- dataclasses # [py36]
4341
- libuv # [win]
4442
- intel-openmp # [win]
4543
- typing_extensions

0 commit comments

Comments
 (0)