Skip to content

Commit

Permalink
Updating conda environment and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed Feb 11, 2021
1 parent 5c7a8c5 commit 3a127df
Show file tree
Hide file tree
Showing 10 changed files with 490 additions and 865 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ You can also run some of the notebooks interactively with Binder too

# Coding log

* 11 Feb 2021
* Updated conda environments and Python installation instructions
* 12 Jan 2021
* Added pyxll to Windows conda env
* 02 Jan 2021
Expand Down
4 changes: 2 additions & 2 deletions pythoncourse/installation/create_conda_env_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ source activate py37class

# Install Tensorflow, PyTorch and Anaconda (lots of packages)
# only if you have GPU below 2 lines instead of CPU versions
# conda install anaconda tensorflow-gpu=2.3.0 anaconda pandas=1.0.5 scikit-learn graphviz python-graphviz matplotlib --yes
# conda install anaconda tensorflow-gpu=2.3.0 anaconda pandas=1.0.5 scikit-learn graphviz python-graphviz matplotlib -c anaconda --yes
# conda install pytorch torchvision cudatoolkit=10.1 \
conda install anaconda tensorflow=2.3.0 anaconda pandas=1.0.5 scikit-learn graphviz python-graphviz matplotlib --yes
conda install anaconda tensorflow=2.3.0 pandas=1.0.5 scikit-learn graphviz python-graphviz matplotlib -c anaconda --yes
conda install pytorch torchvision cpuonly \
pyarrow opencv modin=0.8.0 \
boto3 jupyter_contrib_nbextensions jupyter_nbextensions_configurator \
Expand Down
2 changes: 1 addition & 1 deletion pythoncourse/installation/create_conda_env_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pip install arctic==1.79.2 \
cufflinks==0.17.3 plotly==4.9.0 kaleido \
dash==1.12.0 dash-html-components==1.0.3 dash-core-components==1.10.0 dash-table==4.7.0 jupyter-dash==0.2.1 chart_studio==1.1.0 \
dtale==1.8.1 pyldavis progressbar2==3.38.0 \
finmarketpy chartpy findatapy financepy
finmarketpy chartpy findatapy financepy gdelt

# GPU libraries for working with DataFrames
# conda install -c rapidsai -c nvidia -c conda-forge -c defaults rapids=0.10 python=3.7
Expand Down
6 changes: 3 additions & 3 deletions pythoncourse/installation/create_conda_env_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ call conda activate py37class

REM Install Tensorflow, PyTorch and Anaconda (lots of packages)
REM only if you have GPU below 2 lines instead of CPU versions
REM call conda install anaconda tensorflow-gpu=2.3.0 anaconda pandas=1.0.5 scikit-learn=0.20.2 graphviz python-graphviz matplotlib xlwings=0.20.2 --yes
REM call conda install anaconda tensorflow-gpu=2.3.0 anaconda pandas=1.0.5 scikit-learn=0.20.2 graphviz python-graphviz matplotlib xlwings=0.20.2 -c anaconda --yes
REM call conda install pytorch torchvision cudatoolkit=10.1 ^
call conda install anaconda tensorflow=2.3.0 anaconda pandas=1.0.5 scikit-learn=0.20.2 graphviz python-graphviz matplotlib xlwings=0.20.2 --yes
call conda install anaconda tensorflow=2.3.0 pandas=1.0.5 scikit-learn=0.20.2 graphviz python-graphviz matplotlib xlwings=0.22.0 -c anaconda --yes
call conda install pytorch torchvision cpuonly ^
pyarrow=2.0.0 opencv modin=0.8.0 ^
pyarrow opencv modin=0.8.0 ^
boto3 jupyter_contrib_nbextensions jupyter_nbextensions_configurator ^
redis-py python-blosc pathos textblob ^
vaex=3.0.0 ^
Expand Down
Loading

0 comments on commit 3a127df

Please sign in to comment.