Skip to content

Commit

Permalink
Merge pull request #8 from shaneknapp/fix-spacy-redux
Browse files Browse the repository at this point in the history
[DH-384] moving the `pydantic` package def below otter-grader fixes `import spacy`
  • Loading branch information
shaneknapp authored Nov 6, 2024
2 parents 32dc6f5 + f97eb41 commit c8ba144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ 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
- typing_extensions==4.7.0
- spacy-model-en_core_web_sm=3.4.0
- spacy-model-en_core_web_md=3.4.0
- lemminflect=0.2.2
Expand Down Expand Up @@ -224,6 +223,7 @@ dependencies:

# Engineering 7 https://github.com/berkeley-dsep-infra/datahub/issues/5337
- otter-grader==4.4.1
- pydantic==1.10.8
# pulled in by ottr, if not pinned to 1.16.2, 1.16.3 causes DH-323
- jupytext==1.16.2

Expand Down

0 comments on commit c8ba144

Please sign in to comment.