You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open('requirements.txt', encoding="utf-8-sig") as f:
requirements = f.readlines()
setup(name='auto_log',
version='1.2.0',
install_requires=requirements,
license='Apache License 2.0',
keywords='auto log',
description="The AutoLog Contains automatic timing, statistics on CPU memory, GPU memory and other information, since generating logs and other functions.",