Skip to content

Commit

Permalink
Merge pull request #19 from UBC-MDS/topicmodel
Browse files Browse the repository at this point in the history
added dependencies
  • Loading branch information
QuanhuaHuang-ubc authored Jan 11, 2025
2 parents 6bcce13 + 3284973 commit 6ea1847
Show file tree
Hide file tree
Showing 3 changed files with 3,824 additions and 0 deletions.
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: text
channels:
- defaults
- conda-forge
dependencies:
- python=3.9
- pandas=2.2.3
- scikit-learn
- sphinx
- sphinx-rtd-theme
- sphinx-autoapi
- myst-nb
- pytest
- jupyter
- pip:
- textblob
- langdetect
Loading

0 comments on commit 6ea1847

Please sign in to comment.