Skip to content

Commit

Permalink
Move the same modules to extra requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liamhuber committed Nov 3, 2023
1 parent a631b37 commit ee8e841
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,17 @@
'bidict==0.22.1',
'cloudpickle==3.0.0',
'graphviz==0.20.1',
'maggma==0.57.4',
'matplotlib==3.8.0',
'numpy==1.26.0',
'pyiron_atomistics==0.3.5',
'pyiron_base==0.6.8',
'toposort==1.10',
'typeguard==4.1.5',
],
extras_require={
"node_library": [
'numpy==1.26.0',
'pyiron_atomistics==0.3.5',
],
},
cmdclass=versioneer.get_cmdclass(),

)

0 comments on commit ee8e841

Please sign in to comment.