Advertisement
twoy

environment.yml

Jan 22nd, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.23 KB | None | 0 0
  1. name: tf2
  2. channels:
  3.  - conda-forge
  4.   - defaults
  5. dependencies:
  6.  - graphviz
  7.   - imageio=2.6.1
  8.   - ipython=7.10.1
  9.   - ipywidgets=7.5.1
  10.   - joblib=0.14.0
  11.   - jupyter=1.0.0
  12.   - matplotlib=3.1.2
  13.   - nbdime=1.1.0
  14.   - nltk=3.4.5
  15.   - numexpr=2.7.0
  16.   - numpy=1.17.3
  17.   - pandas=0.25.3
  18.   - pillow=6.2.1
  19.   - pip
  20.   - py-xgboost=0.90
  21.   - pydot=1.4.1
  22.   - pyopengl=3.1.3b2
  23.   - python=3.7
  24.   - python-graphviz
  25.   - requests=2.22.0
  26.   - scikit-image=0.16.2
  27.   - scikit-learn=0.22
  28.   - scipy=1.3.1
  29.   - tqdm=4.40.0
  30.   - tensorboard=2.0.0
  31.   - tensorflow=2.0.0 # or tensorflow-gpu if gpu
  32.   - tensorflow-datasets=1.2.0
  33.   - tensorflow-estimator=2.0.0
  34.   - tensorflow-hub=0.7.0
  35.   - tensorflow-probability=0.7
  36.   - wheel
  37.   - widgetsnbextension=3.5.1
  38.   - pip:
  39.    - atari-py==0.2.6
  40.     - gym==0.15.4
  41.     - opencv-python==4.1.2.30
  42.     - psutil==5.6.7
  43.     - pyglet==1.3.2
  44.     - tensorflow-addons==0.6.0
  45.     - tensorflow-data-validation==0.15.0
  46.     - tensorflow-metadata==0.15.1
  47.     - tensorflow-model-analysis==0.15.4
  48.     - tensorflow-serving-api==2.0.0 # or tensorflow-serving-api-gpu if gpu
  49.     - tensorflow-transform==0.15.0
  50.     - tf-agents==0.3.0rc0
  51.     - tfx==0.15.0
  52.     - urlextract==0.13.0
  53.     #- pyvirtualdisplay # add if on headless server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement