It would be extremely helpful to share version of the third party software you used so other researchers can easily reproduce your results. This can be done with any of the following commands (depending on your package manager of course)
conda env export > environment.yml
conda list -e > requirements.txt
pip freeze > requirements.txt
Also the version of Python!