ziatdinovmax / gpax

Gaussian Processes for Experimental Sciences
http://gpax.rtfd.io
MIT License
205 stars 27 forks source link

Remove requirements.txt? #107

Closed matthewcarbone closed 6 months ago

matthewcarbone commented 6 months ago

I think requirements.txt is deprecated now, and pip install -r requirements.txt can be completely replaced by bash scripts.install.sh, which reads directly from the pyproject.

ziatdinovmax commented 6 months ago

Yes, it can be removed, together with .gitpod files. Those are largely irrelevant ever since GitHub introduced codespaces.