Skip to content

Commit

Permalink
Merge pull request #743 from JackWang0318/Fix_pr_build_err
Browse files Browse the repository at this point in the history
Fix pr-build error caused by lxml
  • Loading branch information
reveurmichael authored Apr 4, 2024
2 parents 796853a + 3d87010 commit 9c78c1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion open-machine-learning-jupyter-book/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- pandas==1.5.2
- numpy==1.24.1
- jsonschema==2.6.0
- lxml[html_clean]
- matplotlib==3.6.2
- pywaffle==1.1.0
- scikit-learn==1.2.0
Expand Down Expand Up @@ -49,4 +50,4 @@ dependencies:
- git+https://github.com/innovationOUtside/ipython_magic_tikz.git
- git+https://github.com/bonartm/sphinxcontrib-quizdown.git
- tqdm
- fastai
- fastai

1 comment on commit 9c78c1f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.