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 ...@@ -21,7 +21,7 @@ import sys
import json import json
import traceback import traceback
import multiprocessing import multiprocessing
import pydot #import pydot
import os.path import os.path
import logging import logging
......
...@@ -12,8 +12,8 @@ setup( ...@@ -12,8 +12,8 @@ setup(
'SimPy>=2,<3', 'SimPy>=2,<3',
'xlrd', 'xlrd',
'xlwt', 'xlwt',
'pyparsing==1.5.7', # 'pyparsing==1.5.7',
'pydot', # 'pydot',
], ],
entry_points=(""" entry_points=("""
[console_scripts] [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