Skip to content

Commit

Permalink
Forgot to remove pkqmeans from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Jul 4, 2023
1 parent 8674b79 commit 61030c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/usage/basicconcepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ installed on your system. The output will look something like this:
horovod: not installed Enables training parallelization.
lammps: installed Enables descriptor calculation for data preprocessing and inference.
oapackage: installed Enables usage of OAT method for hyperparameter optimization.
pqkmeans: installed Enables clustering of training data.
total_energy: not installed Enables calculation of total energy.
Attempting to use one of those functionalities without having the modules
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

extras = {
'dev': ['bump2version'],
'opt': ['oapackage', 'pqkmeans'],
'opt': ['oapackage'],
'test': ['pytest'],
'doc': open('docs/requirements.txt').read().splitlines(),
'experimental': ['asap3', 'dftpy', 'minterpy']
Expand Down

0 comments on commit 61030c4

Please sign in to comment.