Skip to content

Commit

Permalink
Merge pull request #7 from shaneknapp/update-spacy-ls22
Browse files Browse the repository at this point in the history
updating deps to fix `spacy` import
  • Loading branch information
shaneknapp authored Nov 5, 2024
2 parents 65b3b4d + d51a55a commit 32dc6f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ dependencies:

# [DH-384], L&S 22, Fall 2024
# Packages listed below will be used during SP 25
- pydantic==1.10.8
- typing_extensions==4.6.0
- spacy-model-en_core_web_sm=3.4.0
- spacy-model-en_core_web_md=3.4.0
- lemminflect=0.2.2
Expand All @@ -57,7 +59,7 @@ dependencies:
- mshr==2019.1.0

# https://github.com/berkeley-dsep-infra/datahub/issues/3324, spring 2022
- gdown==4.4.0
- gdown==5.1.0

# Econ 148, Spring 2023, https://github.com/berkeley-dsep-infra/datahub/issues/4067
- ipykernel = 6.19.4
Expand All @@ -75,7 +77,7 @@ dependencies:
#- datascience==0.17.6
- jupyter-server-proxy==4.2.0
- jupyter-rsession-proxy==2.2.0
- folium==0.12.1.post1
- folium==0.14.0

# cogsci131; spring 2018
#- nose==1.3.7
Expand Down

0 comments on commit 32dc6f5

Please sign in to comment.