Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed May 22, 2024
1 parent d7e6e72 commit a7c8524
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ outputs:
imports:
- evalml
requires:
- pytest ==6.2.5
- pytest >=6.2.5
- nbval >=0.9.3
source_files:
- evalml/*
Expand Down Expand Up @@ -85,7 +85,7 @@ outputs:
imports:
- evalml
requires:
- pytest ==6.2.5
- pytest >=6.2.5
- nbval >=0.9.3
- python-graphviz >=0.8.4
- category_encoders >=2.0.0, <=2.5.1.post0
Expand Down
30 changes: 15 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,35 +77,35 @@ dependencies = [

[project.optional-dependencies]
test = [
"pytest == 7.1.2",
"pytest-xdist == 2.1.0",
"pytest-timeout == 1.4.2",
"pytest-cov == 2.10.1",
"nbval == 0.9.3",
"IPython >= 8.10.0, <8.12.1",
"PyYAML == 6.0.1",
"pytest >= 7.1.2",
"pytest-xdist >= 2.1.0",
"pytest-timeout >= 1.4.2",
"pytest-cov >= 2.10.1",
"nbval >= 0.9.3",
"IPython >= 8.10.0",
"PyYAML >= 6.0.1",
"coverage[toml] >= 6.4",
]
dev = [
"ruff == 0.0.228",
"darglint == 1.8.0",
"ruff >= 0.0.228",
"darglint >= 1.8.0",
"pre-commit >= 2.20.0",
"evalml[docs,test]",
]
updater = [
"alteryx-open-src-update-checker >= 2.1.0"
]
docs = [
"docutils >=0.15.2, < 0.17",
"docutils >= 0.15.2",
"pydata-sphinx-theme >= 0.3.1",
"astroid <= 2.6.6",
"astroid >= 2.6.6",
"Sphinx >= 5.0.0",
"nbconvert >= 6.5.0",
"nbsphinx >= 0.8.5, < 0.9.0",
"nbsphinx >= 0.8.5",
"sphinx-autoapi",
"sphinx-inline-tabs == 2022.1.2b11",
"sphinx-copybutton == 0.4.0",
"myst-parser == 0.18.0",
"sphinx-inline-tabs >= 2022.1.2b11",
"sphinx-copybutton >= 0.4.0",
"myst-parser >= 0.18.0",
]
prophet = [
"prophet >= 1.1.2",
Expand Down

0 comments on commit a7c8524

Please sign in to comment.