mirror of
https://github.com/gsi-upm/soil
synced 2024-11-22 03:02:28 +00:00
Bump pyyaml to 5.1
This commit is contained in:
parent
5f68b5321d
commit
c32e167fb8
@ -3,7 +3,7 @@ simpy
|
|||||||
networkx>=2.0
|
networkx>=2.0
|
||||||
numpy
|
numpy
|
||||||
matplotlib
|
matplotlib
|
||||||
pyyaml
|
pyyaml>=5.1
|
||||||
pandas>=0.23
|
pandas>=0.23
|
||||||
scipy==1.2.1 # scipy 1.3.0rc1 is not compatible with salib
|
scipy==1.2.1 # scipy 1.3.0rc1 is not compatible with salib
|
||||||
SALib>=1.3
|
SALib>=1.3
|
||||||
|
@ -55,7 +55,7 @@ def load_file(infile):
|
|||||||
|
|
||||||
|
|
||||||
def load_string(string):
|
def load_string(string):
|
||||||
yield from yaml.load_all(string)
|
yield from yaml.load_all(string, Loader=yaml.FullLoader)
|
||||||
|
|
||||||
|
|
||||||
def expand_template(config):
|
def expand_template(config):
|
||||||
|
Loading…
Reference in New Issue
Block a user