Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements.txt too old? #1

Open
teuben opened this issue Nov 16, 2020 · 1 comment
Open

requirements.txt too old? #1

teuben opened this issue Nov 16, 2020 · 1 comment
Labels
Basically Done all but marked as done

Comments

@teuben
Copy link
Contributor

teuben commented Nov 16, 2020

it's probably better to use
sed 's/==/>=/' requirements.txt > requirements_min.txt
and use this with pip -r. This applies to both dreampy and SpectralLineReduction and the "old" defaults cause long recompiles. This should be taken up with the umass team. The base of the version should rely more on a baseline test?

@teuben
Copy link
Contributor Author

teuben commented Dec 3, 2020

In one situation I used
awk -F= '{print $1}' requirements.txt > requirements_any.txt
which seems to have worked, pending confirmation of actual data values.

This also speeds creating the virtual environment, in particular scipy takes forever to compile back to the older required version.

@teuben teuben added the Basically Done all but marked as done label Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Basically Done all but marked as done
Projects
None yet
Development

No branches or pull requests

1 participant