Skip to content

Commit

Permalink
upped pytest version and nbval
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 7, 2024
1 parent d5d7cdd commit 9433dd3
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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 All @@ -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
Expand All @@ -110,13 +110,11 @@ about:

extra:
recipe-maintainers:
- dsherry
- ParthivNaresh
- bchen1116
- chukarsten
- jeremyliweishih
- christopherbunn
- fjlanasa
- eccabay
- MichaelFu512
- ivanayx

0 comments on commit 9433dd3

Please sign in to comment.