Skip to content

Commit 21cfcc0

Browse files
authored
Merge pull request #77 from EducationalTestingService/release/2.0
Release v2.0
2 parents 772e00e + bc88016 commit 21cfcc0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
python:
2+
- 3.7
3+
- 3.8
4+
- 3.9
5+
- 3.10
6+
numpy: 1.22.0
7+
pin_run_as_build:
8+
numpy:
9+
max_pin: x
10+
ignore_version: numpy

conda-recipe/rstfinder/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: rstfinder
3-
version: 1.0
3+
version: 2.0
44

55
source:
66
path: ../../
@@ -35,7 +35,7 @@ requirements:
3535
- nltk
3636
- cchardet
3737
- crfpp==0.59
38-
- skll
38+
- skll>=2.5
3939
- jinja2
4040
- scikits-bootstrap
4141

rstfinder/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
:organization: ETS
88
"""
99

10-
__version__ = '1.0.0'
10+
__version__ = '2.0.0'
1111
VERSION = tuple(int(x) for x in __version__.split('.'))

0 commit comments

Comments
 (0)