Skip to content

Commit

Permalink
remove unneccesary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran B. Spooner committed Mar 29, 2024
1 parent 4b05c8f commit c7950a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def __init__(self, *args, **kwargs):
test_suite='setup.load_test_suite',
install_requires=['click', 'h5py', 'matplotlib', 'numpy', 'pymatgen',
'pyyaml', 'scipy', 'setuptools', 'wheel'],
extras_require={'docs': ['sphinx', 'sphinx_rtd_theme'],
'tests': ['unitest']},
extras_require={'docs': ['sphinx', 'sphinx_rtd_theme']},
python_requires='>=3.6',
cmdclass={'install': PostInstallMoveFile},
entry_points={'console_scripts': ['tp = tp.cli.cli:tp_cli']})

0 comments on commit c7950a9

Please sign in to comment.