We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652d688 commit 35588feCopy full SHA for 35588fe
setup.py
@@ -36,8 +36,8 @@
36
test_suite='tests',
37
install_requires=[
38
'click>=6.5',
39
- # 'yatiml>=0.11.1,<0.12.0',
40
- 'yatiml @ git+https://github.com/yatiml/yatiml@develop#egg=yatiml'
+ 'yatiml>=0.12.0,<0.13.0',
+ # 'yatiml @ git+https://github.com/yatiml/yatiml@develop#egg=yatiml'
41
],
42
entry_points={
43
'console_scripts': ['ymmsl=ymmsl.command_line:ymmsl']
0 commit comments