grimme-lab / xtb-python

Python API for the extended tight binding program package
https://xtb-python.readthedocs.io
GNU Lesser General Public License v3.0
99 stars 30 forks source link

Fixed incorrect hard coded version in __init.__py. Removed superfluou… #109

Closed coltonbh closed 3 months ago

coltonbh commented 5 months ago

…s check for third party dependency package. This dependency is correctly specified in pyproject.toml.

Description

Fixes #108

Changelog description

Fixed incorrect hard coded version in init.py. Removed superfluous check for third party dependency package.

Status

Good to go!

coltonbh commented 3 months ago

Hi. Checking in on this. Possible to merge in and fix?