holoviz / param

Param: Make your Python code clearer and more reliable by declaring Parameters
https://param.holoviz.org
BSD 3-Clause "New" or "Revised" License
427 stars 73 forks source link

Don't use setuptools_scm if .git does not exists #885

Closed hoxbro closed 10 months ago

hoxbro commented 11 months ago

I noticed setuptools_scm took too long to load:

python -X importtime -c "import param" 2> log.txt && tuna log.txt

image