Skip to content

Commit

Permalink
Remove autoai_libs schemas and tests. They are being migrated to the …
Browse files Browse the repository at this point in the history
…autoai_libs repository

Signed-off-by: Avi Shinnar <shinnar@us.ibm.com>
  • Loading branch information
shinnar committed Feb 1, 2024
1 parent d3a736a commit 982f9cb
Show file tree
Hide file tree
Showing 37 changed files with 0 additions and 8,527 deletions.
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

0 comments on commit 982f9cb

Please sign in to comment.