nzhagen / jcamp

A set of Python utilities for reading JCAMP-DX files.
MIT License
54 stars 31 forks source link

Reduce requirements #25

Closed sumpfralle closed 1 year ago

sumpfralle commented 1 year ago

Currently jcamp requires numpy, six and matplotlib. But thesix requirement can be easily removed (Python2 is gone for good) and `matplotlib´ is used in demonstration code only. Thus both packages do not need to be installed by jcamp users.