Skip to content

Commit

Permalink
Use environment.yml instead of install script
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreekdev authored Feb 29, 2024
1 parent e7b564b commit c09f5af
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions cs-config/install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# bash commands for installing your package

git clone -b master --depth 1 https://github.com/PSLmodels/OG-USA
cd OG-USA

# Explicitly add channels for looking up dependencies outside of
# taxcalc and paramtools. If the channels are not specified like this,
# the tests fail due to not being able to converge on a solution.
conda config --add channels PSLmodels
conda config --add channels conda-forge
conda install scipy mkl dask matplotlib PSLmodels::taxcalc conda-forge::paramtools
pip install -e .

0 comments on commit c09f5af

Please sign in to comment.