From 56d04af2a89183a104d91f70cc29d2d01886462d Mon Sep 17 00:00:00 2001 From: "Pete R. Jemian" Date: Thu, 13 Aug 2020 13:32:20 -0500 Subject: [PATCH] MNT #59 revert to starting YAML --- python_installation/environment_2020_9.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/python_installation/environment_2020_9.yml b/python_installation/environment_2020_9.yml index ca948a7..dd3e1cb 100644 --- a/python_installation/environment_2020_9.yml +++ b/python_installation/environment_2020_9.yml @@ -7,12 +7,10 @@ channels: - pydm-tag - pcds-tag dependencies: - # xicam requires python 3.7 - - python=3.7 + - python>=3.7 - aps-dm-api - apstools - area-detector-handlers - - astropy - bluesky>=1.6.2 - databroker>=1.0.6 - h5py @@ -36,9 +34,7 @@ dependencies: - pyEpics>=3.4.2 - pylint - pymongo - - pyqt>=5.9.2 - # xicam requires pyqtgraph 0.10.0 - - pyqtgraph=0.10.0 + - pyqt=5 - pyRestTable - qt=5 - scikit-image @@ -49,7 +45,6 @@ dependencies: - versioneer - xlrd - pip: - - ipython-genutils==0.2.0 + # - ipython-genutils==0.2.0 - sphinx-rtd-theme - super-state-machine - - xicam