Skip to content

Commit 6c535ef

Browse files
committed
Update requirements
1 parent de6cf28 commit 6c535ef

File tree

4 files changed

+31
-30
lines changed

4 files changed

+31
-30
lines changed

.github/workflows/python-pytest.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install -q "pandas<2.0" "XlsxWriter<3.0.5" "dask<=2023.2.0" "distributed<=2023.2.0" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-extra.txt
32+
pip install -q "pandas<2.0" "XlsxWriter<3.0.5" "dask<=2023.2.0" "distributed<=2023.2.0" -r requirements.txt -r requirements-zhcn.txt -r requirements-dask.txt -r requirements-fg.txt -r requirements-extra.txt
3333
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
3434
pip list
3535
- name: Test with pytest
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
pytest --cov=hypernets --durations=30
8888
89-
test_without_daskml:
89+
test_without_dask_ft:
9090
runs-on: ${{ matrix.os }}
9191
strategy:
9292
fail-fast: false
@@ -109,29 +109,29 @@ jobs:
109109
run: |
110110
pytest --cov=hypernets --durations=30
111111
112-
113-
test_without_geohash:
114-
runs-on: ${{ matrix.os }}
115-
strategy:
116-
fail-fast: false
117-
matrix:
118-
os: [ubuntu-latest, ]
119-
python-version: [3.7, 3.8]
120-
# dask-version: [2021.7.2,]
121-
steps:
122-
- uses: actions/checkout@v2
123-
- name: Set up Python ${{ matrix.python-version }}
124-
uses: actions/setup-python@v2
125-
with:
126-
python-version: ${{ matrix.python-version }}
127-
# # pip install -q dask==${{ matrix.dask-version }} distributed==${{ matrix.dask-version }} dask-ml "pandas<1.5.0"
128-
- name: Install dependencies
129-
run: |
130-
python -m pip install --upgrade pip
131-
pip install -q "dask<=2023.2.0" "distributed<=2023.2.0" dask-ml "pandas<1.5.0"
132-
pip install -q -r requirements.txt -r requirements-zhcn.txt "pandas<2.0" "scikit-learn<1.1.0" "XlsxWriter<3.0.5"
133-
pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
134-
pip list
135-
- name: Test with pytest
136-
run: |
137-
pytest --cov=hypernets --durations=30
112+
#
113+
# test_without_geohash:
114+
# runs-on: ${{ matrix.os }}
115+
# strategy:
116+
# fail-fast: false
117+
# matrix:
118+
# os: [ubuntu-latest, ]
119+
# python-version: [3.7, 3.8]
120+
# # dask-version: [2021.7.2,]
121+
# steps:
122+
# - uses: actions/checkout@v2
123+
# - name: Set up Python ${{ matrix.python-version }}
124+
# uses: actions/setup-python@v2
125+
# with:
126+
# python-version: ${{ matrix.python-version }}
127+
# # # pip install -q dask==${{ matrix.dask-version }} distributed==${{ matrix.dask-version }} dask-ml "pandas<1.5.0"
128+
# - name: Install dependencies
129+
# run: |
130+
# python -m pip install --upgrade pip
131+
# pip install -q "dask<=2023.2.0" "distributed<=2023.2.0" dask-ml "pandas<1.5.0"
132+
# pip install -q -r requirements.txt -r requirements-zhcn.txt "pandas<2.0" "scikit-learn<1.1.0" "XlsxWriter<3.0.5"
133+
# pip install -q pytest-cov==2.4.0 python-coveralls codacy-coverage
134+
# pip list
135+
# - name: Test with pytest
136+
# run: |
137+
# pytest --cov=hypernets --durations=30

requirements-fg.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
featuretools>=0.23.0

requirements-notebook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jupyterlab
22
ipywidgets
33
jupyterlab_widgets
4-
hboard-widget
4+
hboard-widget

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ lightgbm>=2.2.0
66
fsspec>=0.8.0
77
ipython
88
traitlets
9-
featuretools>=0.23.0
109
XlsxWriter>=3.0.2
1110
psutil
1211
joblib
@@ -15,3 +14,4 @@ paramiko
1514
requests
1615
tornado
1716
prettytable
17+
tqdm

0 commit comments

Comments
 (0)