Skip to content

Commit bc6e348

Browse files
update requirements
1 parent 6e491d8 commit bc6e348

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

requirements-dev.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Cython>=0.21.1
2+
ftfy>=4.1.0,<5.0.0
3+
lxml
4+
numpy>=1.11.0
5+
pytest>=4.0.0
6+
pytest-cov>=2.6.0
7+
scikit-learn>=0.22.0
8+
scipy>=0.17.0
9+
sklearn-crfsuite==0.3.6
10+
dateparser==1.0.0
11+
joblib==0.17.0
12+
catboost==0.24.2
13+
joblib==0.17.0

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ Cython>=0.21.1
22
ftfy>=4.1.0,<5.0.0
33
lxml
44
numpy>=1.11.0
5-
pytest>=4.0.0
6-
pytest-cov>=2.6.0
75
scikit-learn>=0.22.0
86
scipy>=0.17.0
97
sklearn-crfsuite==0.3.6

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env python
22

33
# Copyright (c) 2012 SEOmoz
4+
# Copyright (c) 2020 Pheme Pte Ltd
45
#
56
# Permission is hereby granted, free of charge, to any person obtaining
67
# a copy of this software and associated documentation files (the

0 commit comments

Comments
 (0)