- Downloads
fixed type error in deserializer
parent
effb9d0d
No related branches found
No related tags found
Showing
- doc/Getting Started.rst 3 additions, 3 deletionsdoc/Getting Started.rst
- plot_serializer/matplotlib/deserializer.py 9 additions, 4 deletionsplot_serializer/matplotlib/deserializer.py
- plot_serializer/matplotlib/serializer.py 2 additions, 0 deletionsplot_serializer/matplotlib/serializer.py
- plot_serializer/serializer.py 25 additions, 21 deletionsplot_serializer/serializer.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
| ... | ... | @@ -3,7 +3,7 @@ |
| # Code dependencies | ||
| numpy | ||
| matplotlib | ||
| matplotlib >= 3.9 | ||
| pydantic | ||
| rdflib | ||
| rocrate | ||
| ... | ... | |
| ... | ... |
Please sign in to comment