Skip to content

Commit

Permalink
Add scikit-video to requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris committed Apr 30, 2020
1 parent 658a0f1 commit e1463b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rem # this out myself, ughhh.
set PIP_NO_INDEX=False
set PIP_NO_DEPENDENCIES=False
set PIP_IGNORE_INSTALLED=False
pip install cattrs==1.0.0rc0 opencv-python-headless==3.4.1.15 "PySide2>=5.12.0,<=5.14.1" imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin seaborn
pip install cattrs==1.0.0rc0 opencv-python-headless==3.4.1.15 "PySide2>=5.12.0,<=5.14.1" imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin seaborn scikit-video
pip install

rem # Use and update environment.yml call to install pip dependencies. This is slick.
Expand Down
2 changes: 1 addition & 1 deletion .conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PIP_NO_INDEX=False
export PIP_NO_DEPENDENCIES=False
export PIP_IGNORE_INSTALLED=False

pip install cattrs==1.0.0rc0 opencv-python-headless==3.4.1.15 "PySide2>=5.12.0,<=5.14.1" imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin seaborn
pip install cattrs==1.0.0rc0 opencv-python-headless==3.4.1.15 "PySide2>=5.12.0,<=5.14.1" imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin seaborn scikit-video
#pip install tensorflow==2.1

pip install setuptools-scm
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ dependencies:
- imgstore
- jsmin
- seaborn
- scikit-video
- "--editable=./"
- "--requirement=./dev_requirements.txt"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pyyaml
imgaug==0.3.0
scikit-image
scikit-learn
scikit-video
imgstore
qimage2ndarray==1.8
jsmin
Expand Down

0 comments on commit e1463b7

Please sign in to comment.