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

Remove autoai_libs schemas and tests. #1348

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ jobs:
${{ runner.os }}-new3
- name: Install numpy
run: pip install -U 'numpy<1.24'
- name: Install autoai-libs from pypi
run: |
pip install "pip==23.0"
pip install "autoai-libs>=1.12.6"
- name: Install dependencies
run: pip install --upgrade --upgrade-strategy eager .[full,test,dev]
- name: pip list packages
Expand Down Expand Up @@ -110,12 +106,6 @@ jobs:
python-version: [3.9]
setup-target: ['.[full,test]']
include:
- test-case: test/test_autoai_libs.py
python-version: 3.8
setup-target: '.[full,test]'
- test-case: test/test_autoai_libs.py
python-version: 3.9
setup-target: '.[full,test]'
- test-case: test/test_core_misc.py
python-version: 3.8
setup-target: '.[full,test]'
Expand Down Expand Up @@ -158,10 +148,6 @@ jobs:
${{ runner.os }}-new3
- name: Install numpy
run: pip install -U 'numpy<1.24'
- name: Install autoai-libs from pypi
run: |
pip install "pip==23.0"
pip install "autoai-libs>=1.12.6"
- name: Install dependencies
run: pip install --upgrade --upgrade-strategy eager ${{matrix.setup-target}}
- name: Install deps for test_relational_sklearn
Expand Down Expand Up @@ -212,9 +198,6 @@ jobs:
python-version: [3.8, 3.9, '3.10']
setup-target: ['.[full,test]']
include:
- test-case: test/test_autoai_libs.py
python-version: 3.8
setup-target: '.[test]'
- test-case: test/test_autogen_lib.py
python-version: 3.8
setup-target: '.[test]'
Expand Down Expand Up @@ -254,10 +237,6 @@ jobs:
${{ runner.os }}-new3
- name: Install numpy
run: pip install -U 'numpy<1.24'
- name: Install autoai-libs from pypi
run: |
pip install "pip==23.0"
pip install "autoai-libs>=1.12.6"
- name: Install dependencies
run: pip install --upgrade --upgrade-strategy eager ${{matrix.setup-target}}
- name: Install deps for test_relational_sklearn
Expand Down Expand Up @@ -373,11 +352,6 @@ jobs:
run: sudo apt-get install graphviz swig
- name: Install numpy
run: pip install -U 'numpy<1.24'
- name: Install autoai-libs from pypi
if: ${{ matrix.category == 'demo_' }}
run: |
pip install "pip==23.0"
pip install "autoai-libs>=1.12.6"
- name: Install dependencies
run: pip install --upgrade --upgrade-strategy eager ${{matrix.setup-target}}
- name: Fix tutorial dependencies
Expand Down Expand Up @@ -458,11 +432,6 @@ jobs:
run: sudo apt-get install graphviz swig
- name: Install numpy
run: pip install -U 'numpy<1.24'
- name: Install autoai-libs from pypi
if: ${{ matrix.category == 'demo_' }}
run: |
pip install "pip==23.0"
pip install "autoai-libs>=1.12.6"
- name: Install dependencies
run: pip install --upgrade --upgrade-strategy eager ${{matrix.setup-target}}
- name: Fix tutorial dependencies
Expand Down
2,506 changes: 0 additions & 2,506 deletions examples/demo_batching.ipynb

This file was deleted.

703 changes: 0 additions & 703 deletions examples/demo_multi_table.ipynb

This file was deleted.

Binary file removed lale/datasets/autoai/credit_risk.pickle
Binary file not shown.
1 change: 0 additions & 1 deletion lale/lib/autoai_libs/README.md

This file was deleted.

135 changes: 0 additions & 135 deletions lale/lib/autoai_libs/__init__.py

This file was deleted.

Loading
Loading