We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58ebd9d + f61e748 commit d8a59fdCopy full SHA for d8a59fd
1 file changed
.github/workflows/update-requirements.yml
@@ -50,18 +50,15 @@ jobs:
50
- name: Set up Python
51
uses: actions/setup-python@v6
52
with:
53
- python-version: "3.10"
54
-
55
- - name: Install FFTW
56
- run: sudo apt-get update && sudo apt-get install -y libfftw3-dev
+ python-version: "3.11"
57
58
- name: Install dependencies
59
run: |
60
python -m pip install --upgrade poetry
61
poetry self add poetry-plugin-export
62
63
- name: Install project dependencies
64
- run: python -m poetry update
+ run: python -m poetry lock
65
66
- name: Update requirements.txt
67
run: python -m poetry export --format requirements.txt --output requirements.txt --extras healpy_support --extras pytorch_support --without-hashes
0 commit comments