We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1e0036 + bf9e9bb commit 93143d5Copy full SHA for 93143d5
py3-rouge-score.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: py3-rouge-score
3
version: 0.1.2
4
- epoch: 5
+ epoch: 6
5
description: Pure python implementation of ROUGE-1.5.5
6
copyright:
7
- license: Apache-2.0
@@ -20,7 +20,6 @@ vars:
20
data:
21
- name: py-versions
22
items:
23
- 3.10: '310'
24
3.11: '311'
25
3.12: '312'
26
3.13: '313'
@@ -66,7 +65,6 @@ subpackages:
66
65
description: meta package providing ${{vars.pypi-package}} for supported python versions.
67
dependencies:
68
runtime:
69
- - py3.10-${{vars.pypi-package}}
70
- py3.11-${{vars.pypi-package}}
71
- py3.12-${{vars.pypi-package}}
72
- py3.13-${{vars.pypi-package}}
0 commit comments