summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-04-23 12:57:09 +0200
committeradamhrv <adam@ahprojects.com>2019-04-23 12:57:09 +0200
commit7660929b0fea77d0548596e4f116ff4217f7661b (patch)
treeaa2c0c0a68d1c88fd1b7b1cad15c12d335d19211
parent79f0e696f3f6067a0841a37404fb546dedaa07cb (diff)
add
-rw-r--r--environment.yml58
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
+