SimonBoothroyd / plotmol

Interactive plotting of data annotated with molecule structures.
MIT License
10 stars 4 forks source link

Only works with Python 3.8+ #4

Closed slochower closed 3 years ago

slochower commented 3 years ago

I believe this'll only work with Python 3.8+ due to Literal:

ImportError: cannot import name 'Literal' from 'typing' 
SimonBoothroyd commented 3 years ago

Ah good catch - it turns out this wasn't actually used so I removed it in #6.