Skip to content

Commit

Permalink
meta change test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 7, 2024
1 parent e3aeb7d commit dfd8b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ outputs:
script: build_script.sh
requirements:
host:
- python >=3.9
- python >=3.9, <3.11
- pip
- setuptools ==58.0.4
run:
Expand All @@ -39,7 +39,7 @@ outputs:
- woodwork >=0.22.0
- featuretools>=1.16.0
- nlp-primitives>=2.9.0
- python >=3.9.*
- python >=3.9.*, <3.11
- networkx >=2.6, <3.2
- category_encoders >=2.2.2, <=2.5.1.post0
- python-graphviz >=0.13
Expand Down Expand Up @@ -77,7 +77,7 @@ outputs:
- catboost >=1.1.1
- lightgbm >=4.0.0
- lime >=0.2.0.1
- python >=3.9.*
- python >=3.9.*, <3.11
- imbalanced-learn >=0.11.0
- sktime >=0.21.0, <0.29.0
- pmdarima >=1.8.5
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux_unit_tests_with_latest_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
- python_version: "3.9"
command: 'git-test-automl'
- python_version: "3.9"
command: 'git-test-automl'
- python_version: "3.9"
Expand Down

0 comments on commit dfd8b4e

Please sign in to comment.