Skip to content

Commit

Permalink
Merge pull request #160 from NREL/dt/fix-doc-build
Browse files Browse the repository at this point in the history
Fix scikit-learn package
  • Loading branch information
daniel-thom authored Nov 8, 2022
2 parents 47b0795 + 2d7d290 commit 99308f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install '.[dev]'
jade extensions register `python -c "import os,disco;print(os.path.dirname(disco.__path__[0]))"`/disco/extensions/jade_extensions.json
- name: build documentation
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def install_jade_extensions():
"pandas==1.5.*",
"pydantic>=1.6.0",
"seaborn",
"sklearn",
"scikit-learn",
"sqlalchemy",
"toml>=0.10.0",
]
Expand Down

0 comments on commit 99308f2

Please sign in to comment.