diff --git a/create_eagle_env.sh b/create_eagle_env.sh old mode 100644 new mode 100755 index 6c8c2bf4..d612cdb2 --- a/create_eagle_env.sh +++ b/create_eagle_env.sh @@ -26,12 +26,13 @@ MY_CONDA_PREFIX="$CONDA_ENVS_DIR/$MY_CONDA_ENV_NAME" echo "Creating $MY_CONDA_PREFIX" module load conda conda remove -y --prefix "$MY_CONDA_PREFIX" --all -conda create -y --prefix "$MY_CONDA_PREFIX" -c conda-forge "pyarrow>=0.14" python=3.7 "pandas>=1.0.0,!=1.0.4" dask distributed ruby +conda create -y --prefix "$MY_CONDA_PREFIX" -c conda-forge "pyarrow>=3.0.0" python=3.7.8 "numpy>=1.20.0" "pandas>=1.0.0,!=1.0.4" dask distributed ruby +source deactivate source activate "$MY_CONDA_PREFIX" -pip install --upgrade pip +which pip if [ $DEV -eq 1 ] then - pip install -e . + pip install --ignore-installed -e . else - pip install . + pip install --ignore-installed . fi diff --git a/docs/changelog/changelog_0_19_2.rst b/docs/changelog/changelog_0_19_2.rst new file mode 100644 index 00000000..5f469bbc --- /dev/null +++ b/docs/changelog/changelog_0_19_2.rst @@ -0,0 +1,14 @@ +================ +0.19.2 Changelog +================ + +.. changelog:: + :version: 0.19.2 + :released: May 3, 2021 + + .. change:: + :tags: general, eagle + :pullreq: 227 + :tickets: + + Fix for create_eagle_env.sh not creating environment. diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index d8189c4c..6229ceb0 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -19,6 +19,7 @@ Change logs .. toctree:: :titlesonly: + changelog_0_19_2 changelog_0_19_1 changelog_0_19 changelog_0_18