Last active
October 20, 2019 03:58
-
-
Save lordlinus/2e99021c07e7713827a1426a1147e9a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np,pandas as pd,dash,dash_daq as daq,fastai,fbprophet,joblib,lightgbm as lgb,matplotlib,matplotlib.pyplot as plt,plotly,psycopg2,pyqtgraph as pg,spacy,tensorflow as tf,torch,torch.nn as nn,torch.optim as optim,xgboost as xgb | |
from tensorflow import keras | |
package_version=f"""---Package and Version Installed --- | |
Numpy: {np.__version__} | |
Pandas: {pd.__version__} | |
Dash: {dash.__version__} | |
Dash_daq: {daq.__version__} | |
Fastai: {fastai.__version__} | |
Fbprophet: {fbprophet.__version__} | |
JobLib: {joblib.__version__} | |
LightGBM: {lgb.__version__} | |
matplotlib: {matplotlib.__version__} | |
Plotly: {plotly.__version__} | |
Psycopg2: {psycopg2.__version__} | |
pyqtgraph: {pg.__version__} | |
Spacy: {spacy.__version__} | |
Tensorflow: {tf.__version__} | |
Torch: {torch.__version__} | |
XgBoost: {xgb.__version__} | |
Keras: {keras.__version__} | |
""" | |
print(package_version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment