Bump pyyaml to 5.1

exporters
J. Fernando Sánchez 5 years ago
parent 5f68b5321d
commit c32e167fb8

@ -3,7 +3,7 @@ simpy
networkx>=2.0
numpy
matplotlib
pyyaml
pyyaml>=5.1
pandas>=0.23
scipy==1.2.1 # scipy 1.3.0rc1 is not compatible with salib
SALib>=1.3

@ -55,7 +55,7 @@ def load_file(infile):
def load_string(string):
yield from yaml.load_all(string)
yield from yaml.load_all(string, Loader=yaml.FullLoader)
def expand_template(config):

Loading…
Cancel
Save