Commit f17f45a1 authored by Jérome Perrin's avatar Jérome Perrin

disable pydot which does not seem to install on windows

parent 085a16ba
......@@ -21,7 +21,7 @@ import sys
import json
import traceback
import multiprocessing
import pydot
#import pydot
import os.path
import logging
......
......@@ -12,8 +12,8 @@ setup(
'SimPy>=2,<3',
'xlrd',
'xlwt',
'pyparsing==1.5.7',
'pydot',
# 'pyparsing==1.5.7',
# 'pydot',
],
entry_points=("""
[console_scripts]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment