Skip to content

Commit

Permalink
fix modin version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Oct 29, 2023
1 parent 6c29404 commit 81afe67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ jobs:
python -m pip install -U pip setuptools
pip install -U pytest pytest-cov
pip install -e .[full]
pip install -U ydata-profiling
- name: Run tests w/ coverage
run: pytest --cov=atom --cov-report=xml tests/
- name: Upload coverage to Codecov
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ dependencies = [
full = [
"botorch>=0.8.5",
"catboost>=1.2",
# "evalml>=0.81.1", Clashes with category-encoders
# "evalml>=0.81.1", # Clashes with category-encoders
"explainerdashboard>=0.4.3",
"gradio>=3.44.4",
"lightgbm>=3.3.5",
"pmdarima>=2.0.3",
"schemdraw>=0.16",
"wordcloud>=1.9.2",
"xgboost>=2.0.0",
# "ydata-profiling>=4.6.1", Clashes with dasghub about dacite
"ydata-profiling>=4.6.1", # Clashes with dasghub about dacite
]

[tool.pdm.dev-dependencies]
Expand Down

0 comments on commit 81afe67

Please sign in to comment.