Skip to content

Commit

Permalink
adding new dependencies to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed Dec 22, 2023
1 parent 9ad8964 commit a69affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pip install -e .


# Install MC/DC dependencies, reply "y" to conda prompt
conda install numpy numba matplotlib scipy h5py pytest colorama <<< "y"
conda install numpy numba matplotlib scipy h5py pytest colorama ngsolve distinctipy <<< "y"


# Patch numba
Expand Down

0 comments on commit a69affa

Please sign in to comment.