Skip to content

Commit

Permalink
eecs: Move more package installs to conda
Browse files Browse the repository at this point in the history
I give up trying to get pip work with cvxpy and openblas
  • Loading branch information
yuvipanda committed Aug 17, 2021
1 parent 82d3ec3 commit 5f18a3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 11 additions & 0 deletions deployments/eecs/image/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ dependencies:
- libopenblas==0.3.17
- liblapack==3.9.0
- armadillo==9.900.5
# CS 16A
# From https://github.com/berkeley-dsep-infra/datahub/issues/1363#issuecomment-598916469
- numpy==1.21.2
- matplotlib==3.4.3
- sympy==1.8

# For EECS127/227a
# See https://github.com/berkeley-dsep-infra/datahub/issues/1631
- cvxpy==1.1.15
# See https://github.com/berkeley-dsep-infra/datahub/issues/1936
- scikit-learn==0.24.2

- pip
- pip:
Expand Down
12 changes: 1 addition & 11 deletions deployments/eecs/image/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
-r infra-requirements.txt

# CS 16A
# From https://github.com/berkeley-dsep-infra/datahub/issues/1363#issuecomment-598916469
numpy==1.21.2
matplotlib==3.4.3
sympy==1.8
lcapy==0.96
# From https://github.com/berkeley-dsep-infra/datahub/issues/1505
Pillow==8.3.1
Expand All @@ -13,10 +9,4 @@ PyQt5==5.15.4
opencv-python==4.5.3.56

# For desktop environment
jupyter-desktop-server==0.1.3

# For EECS127/227a
# See https://github.com/berkeley-dsep-infra/datahub/issues/1631
cvxpy==1.1.15
# See https://github.com/berkeley-dsep-infra/datahub/issues/1936
scikit-learn==0.24.2
jupyter-desktop-server==0.1.3

0 comments on commit 5f18a3d

Please sign in to comment.