Skip to content

Commit

Permalink
updated install requires and fixed Rep in entitites
Browse files Browse the repository at this point in the history
  • Loading branch information
gbene committed Nov 16, 2023
1 parent 0bf67c4 commit 659bdfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ install_requires =
networkx
geopandas
scipy
seaborn
python-ternary


[options.packages.find]
Expand Down
1 change: 1 addition & 0 deletions src/fracability/Entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from networkx import Graph
import fracability.Plotters as plts

import fracability.Adapters as Rep
from fracability.AbstractClasses import BaseEntity


Expand Down

0 comments on commit 659bdfc

Please sign in to comment.