Logo

GitLab

Sign in

Marcell / collector

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • collector
  • environment.yml
  • Install TensorFlow in conda env using pip.
    b1f28735
    Bartłomiej Nitoń authored
    2021-04-02 14:57:13 +0200  
    Browse Code »
environment.yml 414 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
dependencies:
  - python==3.6.10
  - conda-forge::django-extensions
  - django==2.1.2
  - keras==2.2.5
  - natsort
  - psycopg2
  - scikit-learn==0.22.1
  - scrapy
  - tika==1.19
  - pip
  - pip:
    - django-admin-numeric-filter
    - django-widget-tweaks
    - djangorestframework
    - numpy==1.17.5
    - Owlready2
    - pysolr
    - python-dateutil
    - sparse==0.10.0
    - tensorflow==1.15.2
    - xmldiff