hjkgrp / jobmanager

GNU General Public License v3.0
1 stars 0 forks source link

iodata has significant version restrictions (python = 3.6 or 3.7) #5

Closed dbkchu closed 6 months ago

dbkchu commented 7 months ago

Would like to see if we can replace the iodata module since we only use one function from it. Easiest route to this would be to copy said function from iodata GitHub https://github.com/hjkgrp/jobmanager/blob/1e03212ff12ef2744e50e07bc38ba40b914be2e3/jobmanager/psi4_utils/run.py#L145

dbkchu commented 7 months ago

@aarongarrison Found that iodata is incompatible with python 3.7.16 It is known to be compatible with 3.7.13, but this will be resolved when we remove iodata

dbkchu commented 7 months ago

Will be fixed by #6