pnkraemer / tueplots

Figure sizes, font sizes, fonts, and more configurations at minimal overhead. Fix your journal papers, conference proceedings, and other scientific publications.
https://tueplots.readthedocs.io
MIT License
663 stars 25 forks source link

[MOD] move requirements.txt outside of examples folder #63

Closed SirRob1997 closed 2 years ago

SirRob1997 commented 2 years ago

I figured this should be on the root level rather than the examples folder.

pnkraemer commented 2 years ago

Hi @SirRob1997, thanks for this PR! :)

The dependencies in examples/ are dependencies that are required only to run the example notebooks. For example, jupyter is not needed for the source, only for the notebooks.

Tueplots' dependencies are handled in the setup.cfg (Options -> install requires).

Or do you refer to something else?

SirRob1997 commented 2 years ago

Ah my bad then! Anyways cool package, works like a charm!