Skip to content

Commit 35588fe

Browse files
committed
Switch dependency to newly released YAtiML 0.12
1 parent 652d688 commit 35588fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
test_suite='tests',
3737
install_requires=[
3838
'click>=6.5',
39-
# 'yatiml>=0.11.1,<0.12.0',
40-
'yatiml @ git+https://github.com/yatiml/yatiml@develop#egg=yatiml'
39+
'yatiml>=0.12.0,<0.13.0',
40+
# 'yatiml @ git+https://github.com/yatiml/yatiml@develop#egg=yatiml'
4141
],
4242
entry_points={
4343
'console_scripts': ['ymmsl=ymmsl.command_line:ymmsl']

0 commit comments

Comments
 (0)