Skip to content

Commit

Permalink
Merge pull request #5052 from berkeley-dsep-infra/staging
Browse files Browse the repository at this point in the history
merging 5043/5046/5048/5049 to prod
  • Loading branch information
shaneknapp authored Sep 20, 2023
2 parents 542b152 + 9d697c8 commit 8894cfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions deployments/datahub/images/default/apt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ libudunits2-dev

# Used by littler for IRkernel::installspec
libzmq5

# MUSIC 30: musescore3
# https://github.com/berkeley-dsep-infra/datahub/issues/5047
musescore3
6 changes: 5 additions & 1 deletion deployments/datahub/images/default/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# pip uses https://peps.python.org/pep-0440/ which does not have =.

dependencies:
- nodejs=15.*
- nodejs=16.*
- traitlets=5.9.*
- pip=22.2.*
- python=3.9.*

Expand Down Expand Up @@ -84,6 +85,9 @@ dependencies:
# UGBA88 Fall 2023, https://github.com/berkeley-dsep-infra/datahub/issues/5019
- pymysql==1.1.0

# MUSIC 30, https://github.com/berkeley-dsep-infra/datahub/issues/5047
- music21==8.3.0

- pip:
# Econ 148, Spring 2023 https://github.com/berkeley-dsep-infra/datahub/issues/4093
- pycountry-convert==0.7.2
Expand Down

0 comments on commit 8894cfa

Please sign in to comment.