Skip to content

Commit

Permalink
Release 2310.06 (#38)
Browse files Browse the repository at this point in the history
* support for [repeatable installs](https://pip.pypa.io/en/stable/topics/repeatable-installs/)
* pinned versions for key packages
* new packages, xgbost, optuna
* On branch release_2311
* ignore python-version
* ignore jupyter temp files
* remove blanks
* add shap==0.43.0 module. https://github.com/shap/shap
  • Loading branch information
gnzsnz authored Oct 31, 2023
1 parent 515ed82 commit c9538cb
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .env-dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER_ID=1000
USER_GID=1000
APT_PROXY=
# runtime
IMAGE_VERSION=2310.05
IMAGE_VERSION=2310.06
LISTEN_PORT=8888
#BYODF=/home/gordon/Notebooks/etc/dotfiles
BYODF=
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.env
Notebooks/
docker-compose.yml
.python-version
.ipynb_checkpoints/
.virtual_documents/
72 changes: 40 additions & 32 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,43 @@
alphalens-reloaded
arch
alphalens-reloaded==0.4.3
arch==6.2.0
bcolz-zipline @ git+https://github.com/stefan-jansen/bcolz-zipline.git@main
bottleneck
exchange_calendars
hurst
ib_insync
ipympl
ipywidgets
jedi-language-server
jupyterlab
jupyterlab_widgets
jupyterlab-lsp
matplotlib
numba
numexpr
numpy
pandas
py_vollib
py_vollib_vectorized
pyfolio-reloaded
black==23.10.1
bottleneck==1.3.7
dask==2023.10.1
exchange_calendars==4.5
hurst==0.0.5
ib_insync==0.9.86
ipympl==0.9.3
ipywidgets==8.1.1
isort==5.12.0
jedi-language-server==0.41.1
jupyterlab==4.0.7
jupyterlab-lsp==5.0.0
jupyterlab_code_formatter==2.2.1
jupyterlab_widgets==3.0.9
matplotlib==3.8.0
numba==0.58.1
numexpr==2.8.7
numpy==1.25.2
optuna==3.4.0
pandas==2.1.2
py_vollib==1.0.1
py_vollib_vectorized==0.1.1
pyfolio-reloaded==0.9.5
pykalman @ git+https://github.com/gnzsnz/pykalman.git@getargspec
pymc
PyPortfolioOpt
pystore
pytensor
pymc==5.9.1
PyPortfolioOpt==1.5.5
pystore==0.1.23
pytensor==2.17.3
quantstats @ git+https://github.com/gnzsnz/quantstats-cagr.git@cagr
scikit-learn
scipy
sdepy
seaborn
statsmodels
yellowbrick
yfinance
zipline-reloaded
scikit-learn==1.3.2
scipy==1.11.3
sdepy==1.2.0
seaborn==0.13.0
shap==0.43.0
statsmodels==0.14.0
TA-Lib==0.4.28
xgboost==2.0.1
yellowbrick==1.5
yfinance==0.2.31
zipline-reloaded==3.0.3

0 comments on commit c9538cb

Please sign in to comment.