File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 pages : write
2020 id-token : write
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525
26- - uses : actions/setup-python@v4
26+ - uses : actions/setup-python@v5
2727 name : Install python
2828 with :
2929 python-version : 3.9
3232 - name : Install dependencies
3333 run : |
3434 python -m pip install --upgrade pip
35- pip install -r requirements.txt
35+ pip install -e .
3636
3737 - id : deployment
3838 uses : sphinx-notes/pages@v3
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 outputs :
2020 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
2121 steps :
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 0
2525
26- - uses : actions/setup-python@v4
26+ - uses : actions/setup-python@v5
2727 name : Install python
2828 with :
2929 python-version : 3.9
@@ -106,10 +106,9 @@ jobs:
106106 path : dist/
107107
108108 - name : Setup Python
109- uses : actions/setup-python@v4
109+ uses : actions/setup-python@v5
110110 with :
111111 python-version : ${{ matrix.python }}
112- cache : ' pip'
113112
114113 - name : Install dependencies
115114 run : |
Original file line number Diff line number Diff line change @@ -30,4 +30,5 @@ python_requires = >=3.9
3030install_requires =
3131 numpy>=1.21
3232 numba>=0.56
33+ umap-learn>=0.5.4
3334 scikit-learn>=1.1
You can’t perform that action at this time.
0 commit comments