teejlab / API-Risk-Assessment-Framework

A framework for quantifying API risks.
https://teejlab.github.io/API-Risk-Assessment-Framework/intro.html
MIT License
5 stars 8 forks source link

Environment #74

Closed Jacq4nn closed 2 years ago

SonQBChau commented 2 years ago

I tested on the scripts file and this is the env that worked. I haven't check with all the notebook though:

name: 'api-risk'
channels:
  - conda-forge
  - pytorch
  - plotly
  - defaults
dependencies:
  - ipykernel
  - scipy
  - pandas
  - matplotlib
  - seaborn
  - altair
  - plotly
  - scikit-learn>=1.0.2
  - docopt==0.6.2
  - beautifulsoup4
  - ghp-import
  - pyppeteer
  - jupyter-book
  - openpyxl
  - swifter
  - vega-cli
  - spacy
  - spacy-model-en_core_web_lg==3.0.0
  - pip
  - pip:
    - numpy
    - scikit-learn
    - altair_saver
    - kmodes
    - regex
    - presidio-analyzer
    - python-math
    - umap
    - plotnine
    - pytest==7.1.2
    - pathlib
    - joblib
    - imbalanced-learn
    - graphviz
    - catboost
    - xgboost
    - sphinx-prompt
Jacq4nn commented 2 years ago

@SonQBChau Changes are made