diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-23 13:10:52 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-23 13:10:52 +0200 |
| commit | 1b30746ee4d38cd6acdbf339b4605700f07fc02a (patch) | |
| tree | 74c2bbbde7d04bdabf76dd64bfcf652fbb713c05 /environment.yml | |
| parent | f5f30912a2efd9c3d47cc9aeaf6a542211b00474 (diff) | |
| parent | 0cb9209d52604e5bf7366b74447ca79576335091 (diff) | |
Merge branch 'master' of github.com:adamhrv/vframe_check_api
Diffstat (limited to 'environment.yml')
| -rw-r--r-- | environment.yml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..ef9dc5e --- /dev/null +++ b/environment.yml @@ -0,0 +1,58 @@ +name: vframe_check +channels: + - conda-forge + - defaults +dependencies: + - bzip2=1.0.6=h14c3975_1002 + - ca-certificates=2019.3.9=hecc5488_0 + - certifi=2019.3.9=py37_0 + - libffi=3.2.1=he1b5a44_1006 + - libgcc-ng=8.2.0=hdf63c60_1 + - libstdcxx-ng=8.2.0=hdf63c60_1 + - ncurses=6.1=hf484d3e_1002 + - openssl=1.1.1b=h14c3975_1 + - pip=19.0.3=py37_0 + - python=3.7.3=h5b0a415_0 + - readline=7.0=hf8c457e_1001 + - setuptools=41.0.0=py37_0 + - sqlite=3.26.0=h67949de_1001 + - tk=8.6.9=h84994c4_1001 + - wheel=0.33.1=py37_0 + - xz=5.2.4=h14c3975_1001 + - zlib=1.2.11=h14c3975_1004 + - pip: + - click==7.0 + - colorlog==4.0.2 + - cycler==0.10.0 + - decorator==4.4.0 + - flask==1.0.2 + - flask-sqlalchemy==2.3.2 + - imagehash==4.0 + - imageio==2.5.0 + - imutils==0.5.2 + - itsdangerous==1.1.0 + - jinja2==2.10.1 + - kiwisolver==1.0.1 + - markupsafe==1.1.1 + - matplotlib==3.0.3 + - mysql-connector==2.2.9 + - networkx==2.3 + - numpy==1.16.3 + - opencv-python==4.1.0.25 + - pandas==0.24.2 + - pillow==6.0.0 + - pymediainfo==4.0 + - pyparsing==2.4.0 + - python-dateutil==2.8.0 + - python-dotenv==0.10.1 + - pytz==2019.1 + - pywavelets==1.0.3 + - scikit-image==0.15.0 + - scikit-learn==0.20.3 + - scipy==1.2.1 + - six==1.12.0 + - sqlalchemy==1.3.3 + - tqdm==4.31.1 + - werkzeug==0.15.2 +prefix: /home/adam/anaconda3/envs/vframe_check + |
