We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef67a commit 208b935Copy full SHA for 208b935
.github/workflows/python-pytest.yml
@@ -41,7 +41,7 @@ jobs:
41
python -m pip install --upgrade pip
42
pip install tensorflow==${{ matrix.tf-version }}
43
pip install git+https://github.com/DataCanvasIO/Hypernets
44
- pip install -r requirements.txt "protobuf<4.0" numpy==1.19.5
+ pip install -r requirements.txt "protobuf<4.0" "numpy==1.19.5" "featuretools==0.27"
45
pip install pytest-cov==2.4.0 python-coveralls codacy-coverage
46
pip list
47
- name: Test with pytest
0 commit comments