diff --git a/.conda/bld.bat b/.conda/bld.bat index 03ab99987..61a1279d9 100644 --- a/.conda/bld.bat +++ b/.conda/bld.bat @@ -13,8 +13,8 @@ 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 -REM pip install tensorflow==2.1 +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 rem # Use and update environment.yml call to install pip dependencies. This is slick. rem # While environment.yml contains the non pip dependencies, the only thing left diff --git a/.conda/build.sh b/.conda/build.sh index d9cdd3217..db3cf0ff8 100644 --- a/.conda/build.sh +++ b/.conda/build.sh @@ -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 #pip install tensorflow==2.1 pip install setuptools-scm