qcscine / puffin

https://scine.ethz.ch
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Overdepending on argparse #2

Closed awvwgk closed 2 years ago

awvwgk commented 2 years ago

argparse is available in Python standard library and is only required for Python 3.2 and below, however it is listed in the requirements.txt:

https://github.com/qcscine/puffin/blob/566519fb4762c51e1c5b71a72829aa21f44cc25a/requirements.txt#L1

weymutht commented 2 years ago

Thanks for reporting this. We will remove this dependency in the next release.

reiher-research-group commented 2 years ago

This is resolved with Puffin 1.1.0, released today.