1name: cs224n 2channels: 3 - defaults 4 - anaconda 5dependencies: 6 - jupyter 7 - matplotlib 8 - numpy 9 - python>=3.7 10 - ipykernel 11 - scikit-learn 12 - nltk 13 - gensim 14 15 16