eandklahn / molmag_ac_gui

A simple tool to fit magnetic relaxation times in molecular magnetism
MIT License
0 stars 0 forks source link

fix install_requires so that the minimum amount of packages are forcibly installed #10

Closed eandklahn closed 3 years ago

eandklahn commented 3 years ago

Should probably also drop the idea of specific version of the packages

eandklahn commented 3 years ago

Can this be combined with porting the PyPI-stuff to another library? Flit for example? https://realpython.com/pypi-publish-python-package/

eandklahn commented 3 years ago

Removed dependencies from setup.py.

Required packages will now be attempted imported in the init.py-file, so that an ImportError will be thrown if there is an issue.

eandklahn commented 3 years ago

The latest fix (272cf29) was in fact fixing issue #24