forlilab / Ringtail

Package for storage and analysis of virtual screenings run with AutoDock-GPU and AutoDock Vina
GNU Lesser General Public License v2.1
41 stars 7 forks source link

Deprecation warning from pkg_resources #26

Closed althea-hansel closed 11 months ago

althea-hansel commented 1 year ago

Resolve the deprecation warning

rt_process_vs.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').require('ringtail==1.1.0')