Skip to content

Commit 6003fc3

Browse files
committed
📚 the correct place to update dependencies in pyexcel family. relatedt to #41
1 parent ced153d commit 6003fc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyexcel-xls.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xls"
33
nick_name: xls
4-
version: 0.6.1
5-
current_version: 0.6.1
6-
release: 0.6.1
4+
version: 0.6.2
5+
current_version: 0.6.2
6+
release: 0.6.2
77
file_type: xls
88
is_on_conda: true
99
dependencies:
1010
- pyexcel-io>=0.6.2
11-
- xlrd
11+
- xlrd<2
1212
- xlwt
1313
test_dependencies:
1414
- pyexcel

0 commit comments

Comments
 (0)