diff --git a/.github/meta.yaml b/.github/meta.yaml index 956721b290..db509547ea 100644 --- a/.github/meta.yaml +++ b/.github/meta.yaml @@ -20,9 +20,9 @@ outputs: script: build_script.sh requirements: host: - - python >=3.9 + - python >=3.9, <3.11 - pip - - setuptools ==58.0.4 + - setuptools >=58.0.4 run: - numpy >=1.22.0 - pandas >=1.5.0, <2.1.0 @@ -52,8 +52,8 @@ outputs: imports: - evalml requires: - - pytest ==6.0.1 - - nbval ==0.9.3 + - pytest >=6.0.1 + - nbval >=0.9.3 source_files: - evalml/* - pyproject.toml @@ -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 @@ -86,8 +86,8 @@ outputs: imports: - evalml requires: - - pytest ==6.0.1 - - nbval ==0.9.3 + - pytest >=6.0.1 + - nbval >=0.9.3 - python-graphviz >=0.8.4 - category_encoders >=2.0.0, <=2.5.1.post0 - pytest-xdist @@ -110,13 +110,11 @@ about: extra: recipe-maintainers: - - dsherry - ParthivNaresh - bchen1116 - chukarsten - jeremyliweishih - christopherbunn - - fjlanasa - eccabay - MichaelFu512 - ivanayx