lcmd-epfl / MLKRR

Code for the Metric Learning for Kernel Ridge Regression algorithm
MIT License
8 stars 4 forks source link

some fixes to the requirements files #9

Open UnixJunkie opened 3 months ago

UnixJunkie commented 3 months ago

so that

pip install -r requirements.txt

does work under a conda environment.

I would way prefer a python venv to be enough. Conda is overkill; conda is slow; conda is the dumbest package manager I have ever dealt with in my life... :-( conda doesn't even have a system package under Debian ! I cannot do 'sudo apt install conda'... The Python community should walk away from conda.

UnixJunkie commented 3 months ago

tested w/ Python 3.11.6

raimon-fa commented 3 months ago

Thanks for pointing that out.