RMG-Py
RMG-Py copied to clipboard
Updating Conda environment requirements
Motivation or Problem
Now would be a good time to check and update our environment dependencies.
PR #2321 needs to use a newer version of Cantera than 2.3, so I tried updating the conda environment file from using the rmg
channel binary to using the conda-forge
channel and a >2.5 version of Cantera. But then the environment cannot be solved, so we're stuck.
Also, PR #2311 is preparing for a new release and new Conda binaries.
Goals (perhaps conflicting)
- flexible, so there's not just one unique solution of versions. (I think this means have many binaries available)
- precise, so conda can find a solution quickly and it doesn't take long to make the environment (I think this means that if there is only one good solution, we specify it in the environment file so conda finds the solution quickly).
- delegate, so we're not responsible for maintaining and updating all the binaries (I think this means if we can use a conda-forge or official version of something, we should, rather than our own)
- working (this should be number 1)
- cross-platform. We should test on multiple operating systems, versions, hardwares, compilers, etc.
Description of Changes
In the opening commit I just changed the Cantera specification in the environment file, and broke the whole build. But this is just the start of a pull request. Please contribute additional commits and comments.
Summary
Summary of discussion made below. Suggestions
- [ ] we should consider python>=3.7 instead of python=3.7in
diffeqpy
and re-release it. - [ ] we should consider sundials >=2.6.2 and relax the python >=3.7,<3.8.0a0 in
muq2
and re-release it
Testing
Reviewer Tips
This first commit breaks things. Trying to create a new conda environment from this file on my Mac:
conda env create --name rmg1 --file environment.yml
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package libcxxabi conflicts for:
cairo -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
cython[version='>=0.25.2'] -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
scipy -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
rmg::muq2 -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
pandas -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
ffmpeg -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
graphviz -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
pymongo -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
matplotlib[version='>=1.5'] -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
numpy[version='>=1.10.0'] -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
scikit-learn -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
python[version='>=3.7'] -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
coolprop -> libcxx[version='>=4.0.1'] -> libcxxabi[version='4.0.1|8.0.1|8.0.0|8.0.0|8.0.0|8.0.0',build='1|0|hcfea43d_1|hebd6815_0|4|3|2']
Package blis conflicts for:
scipy -> libblas[version='>=3.8.0,<4.0a0'] -> blis[version='0.5.1.*|>=0.5.2,<0.5.3.0a0|>=0.6.0,<0.6.1.0a0|>=0.6.1,<0.6.2.0a0|>=0.7.0,<0.7.1.0a0|>=0.8.0,<0.8.1.0a0|>=0.8.1,<0.8.2.0a0|>=0.9.0,<0.9.1.0a0']
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0'] -> blis[version='0.5.1.*|>=0.5.2,<0.5.3.0a0|>=0.6.0,<0.6.1.0a0|>=0.6.1,<0.6.2.0a0|>=0.7.0,<0.7.1.0a0|>=0.8.0,<0.8.1.0a0|>=0.8.1,<0.8.2.0a0|>=0.9.0,<0.9.1.0a0']
numpy[version='>=1.10.0'] -> libblas[version='>=3.9.0,<4.0a0'] -> blis[version='0.5.1.*|>=0.5.2,<0.5.3.0a0|>=0.6.0,<0.6.1.0a0|>=0.6.1,<0.6.2.0a0|>=0.7.0,<0.7.1.0a0|>=0.8.0,<0.8.1.0a0|>=0.8.1,<0.8.2.0a0|>=0.9.0,<0.9.1.0a0']
Package numpy-base conflicts for:
coolprop -> numpy -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0|1.17.0|1.17.0',build='py36ha711998_0|py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_6|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py36h6575580_0']
numpy[version='>=1.10.0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0',build='py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36h6575580_0|py36ha711998_0']
rmg::quantities -> numpy -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0|1.17.0|1.17.0',build='py36ha711998_0|py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_6|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py36h6575580_0']
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_7|py35ha9ae307_7|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py27h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py37h42e5f7b_10|py27h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py38ha711998_12|py38ha711998_13|py38h6575580_13|py38h6575580_15|py36h7ef55bc_1|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py35h9797aa9_0|py36h9797aa9_0|py35ha9ae307_0|py35ha9ae307_0|py35h9797aa9_0|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py36h9797aa9_2|py37ha9ae307_2|py27ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py27ha9ae307_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py36h6575580_0|py36ha711998_0|py35h9797aa9_4|py37h9797aa9_4|py36h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27h9797aa9_2|py36ha9ae307_2|py27ha9ae307_1|py37ha9ae307_1|py36h9797aa9_1|py27h9797aa9_1|py27ha9ae307_0|py27h9797aa9_0|py36h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py38ha711998_15|py38h6575580_14|py38ha711998_14|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py37ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py27ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py35he97cb71_9|py36he97cb71_9|py36h8a80b8c_9|py37h8a80b8c_9|py37he97cb71_9|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py37h9797aa9_6']
pandas -> numpy[version='>=1.19.2,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|>=1.17.3,<2.0a0|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py27ha9ae307_6|py36h9797aa9_6|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py36h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py35he97cb71_9|py37h42e5f7b_10|py27h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py36h42e5f7b_10|py27ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py38ha711998_12|py38ha711998_13|py38h6575580_13|py38h6575580_14|py38h6575580_15|py35h479e554_1|py35h9797aa9_0|py27ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py36h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py37h9797aa9_3|py27h9797aa9_4|py37ha9ae307_4|py35h9797aa9_4|py35ha9ae307_4|py36ha711998_4|py37ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py27h6575580_5|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py36he97cb71_0|py37h42e5f7b_0|py36h8a80b8c_0|py35h42e5f7b_0|py27h42e5f7b_0|py27h8a80b8c_0|py37h8a80b8c_0|py35h8a80b8c_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py35ha711998_0|py27ha711998_1|py36ha711998_1|py36h8a80b8c_1|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py36h8a80b8c_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py27h6575580_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py37h6575580_1|py27ha711998_1|py27ha711998_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py37h6575580_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py36h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py27ha711998_0|py37ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py27h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py36h6575580_0|py36ha711998_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_0|py37h8a80b8c_0|py37h8a80b8c_1|py27h8a80b8c_1|py37ha711998_1|py36ha711998_0|py27ha711998_0|py37ha711998_0|py35ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py36h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py37he97cb71_0|py37h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py27ha711998_4|py35h8a80b8c_4|py35ha711998_4|py37h9797aa9_4|py36h9797aa9_4|py36ha9ae307_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py27ha9ae307_1|py37ha9ae307_1|py27h9797aa9_1|py35h9797aa9_0|py27ha9ae307_0|py27h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py27h7ef55bc_1|py27h479e554_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38ha711998_14|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py37ha711998_12|py27h6575580_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py35ha711998_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h8a80b8c_9|py37h8a80b8c_9|py37ha9ae307_8|py36h9797aa9_8|py36ha9ae307_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py37h9797aa9_7|py36ha9ae307_7|py36h9797aa9_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py37h9797aa9_6']
rmg::numdifftools -> numpy[version='>=1.9'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0|1.17.0|1.17.0',build='py36ha711998_0|py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_6|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py36h6575580_0']
scipy -> numpy[version='>=1.21.2,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py27ha9ae307_6|py36h9797aa9_6|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py36h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py35he97cb71_9|py37h42e5f7b_10|py27h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py36h42e5f7b_10|py27ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py38ha711998_12|py38ha711998_13|py38h6575580_13|py38h6575580_14|py38h6575580_15|py35h479e554_1|py35h9797aa9_0|py27ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py36h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py37h9797aa9_3|py27h9797aa9_4|py37ha9ae307_4|py35h9797aa9_4|py35ha9ae307_4|py36ha711998_4|py37ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py27h6575580_5|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py36he97cb71_0|py37h42e5f7b_0|py36h8a80b8c_0|py35h42e5f7b_0|py27h42e5f7b_0|py27h8a80b8c_0|py37h8a80b8c_0|py35h8a80b8c_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py35ha711998_0|py27ha711998_1|py36ha711998_1|py36h8a80b8c_1|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py36h8a80b8c_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py27h6575580_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py37h6575580_1|py27ha711998_1|py27ha711998_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py37h6575580_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py36h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py27ha711998_0|py37ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py27h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py36h6575580_0|py36ha711998_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_0|py37h8a80b8c_0|py37h8a80b8c_1|py27h8a80b8c_1|py37ha711998_1|py36ha711998_0|py27ha711998_0|py37ha711998_0|py35ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py36h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py37he97cb71_0|py37h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py27ha711998_4|py35h8a80b8c_4|py35ha711998_4|py37h9797aa9_4|py36h9797aa9_4|py36ha9ae307_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py27ha9ae307_1|py37ha9ae307_1|py27h9797aa9_1|py35h9797aa9_0|py27ha9ae307_0|py27h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py27h7ef55bc_1|py27h479e554_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38ha711998_14|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py37ha711998_12|py27h6575580_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py35ha711998_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h8a80b8c_9|py37h8a80b8c_9|py37ha9ae307_8|py36h9797aa9_8|py36ha9ae307_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py37h9797aa9_7|py36ha9ae307_7|py36h9797aa9_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py37h9797aa9_6']
rmg::chemprop -> numpy -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0|1.17.0|1.17.0',build='py36ha711998_0|py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_6|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py36h6575580_0']
conda-forge::cclib[version='>=1.6.3'] -> numpy -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0|1.17.0|1.17.0',build='py36ha711998_0|py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_6|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py36h6575580_0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py27ha9ae307_6|py36h9797aa9_6|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py36h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py35he97cb71_9|py37h42e5f7b_10|py27h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py36h42e5f7b_10|py27ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py38ha711998_12|py38ha711998_13|py38h6575580_13|py38h6575580_14|py38h6575580_15|py35h479e554_1|py35h9797aa9_0|py27ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py36h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py37h9797aa9_3|py27h9797aa9_4|py37ha9ae307_4|py35h9797aa9_4|py35ha9ae307_4|py36ha711998_4|py37ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py27h6575580_5|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py36he97cb71_0|py37h42e5f7b_0|py36h8a80b8c_0|py35h42e5f7b_0|py27h42e5f7b_0|py27h8a80b8c_0|py37h8a80b8c_0|py35h8a80b8c_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py35ha711998_0|py27ha711998_1|py36ha711998_1|py36h8a80b8c_1|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py36h8a80b8c_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py27h6575580_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py37h6575580_1|py27ha711998_1|py27ha711998_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py37h6575580_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py36h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py27ha711998_0|py37ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py27h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py36h6575580_0|py36ha711998_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_0|py37h8a80b8c_0|py37h8a80b8c_1|py27h8a80b8c_1|py37ha711998_1|py36ha711998_0|py27ha711998_0|py37ha711998_0|py35ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py36h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py37he97cb71_0|py37h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py27ha711998_4|py35h8a80b8c_4|py35ha711998_4|py37h9797aa9_4|py36h9797aa9_4|py36ha9ae307_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py27ha9ae307_1|py37ha9ae307_1|py27h9797aa9_1|py35h9797aa9_0|py27ha9ae307_0|py27h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py27h7ef55bc_1|py27h479e554_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38ha711998_14|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py37ha711998_12|py27h6575580_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py35ha711998_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h8a80b8c_9|py37h8a80b8c_9|py37ha9ae307_8|py36h9797aa9_8|py36ha9ae307_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py37h9797aa9_7|py36ha9ae307_7|py36h9797aa9_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py37h9797aa9_6']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py37h9797aa9_6|py37h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py27h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py36h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py35he97cb71_9|py27h42e5f7b_10|py36h8a80b8c_10|py27h8a80b8c_10|py35h8a80b8c_10|py36h42e5f7b_10|py35ha711998_10|py27ha711998_11|py27h6575580_11|py36h6575580_11|py37ha711998_12|py38ha711998_12|py38ha711998_13|py36h7ef55bc_1|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py35h9797aa9_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27ha9ae307_0|py35ha9ae307_0|py36h9797aa9_1|py37h9797aa9_1|py27ha9ae307_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py37h9797aa9_3|py27ha9ae307_4|py27h9797aa9_4|py36h9797aa9_4|py37ha9ae307_4|py35h9797aa9_4|py35ha9ae307_4|py36ha711998_4|py35ha711998_4|py35h8a80b8c_4|py37ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py36h6575580_5|py37ha711998_5|py27he97cb71_0|py27h8a80b8c_0|py36h8a80b8c_0|py36h42e5f7b_0|py27h42e5f7b_0|py27h8a80b8c_0|py27ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py35ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py37h8a80b8c_0|py37ha711998_0|py27h8a80b8c_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h6575580_0|py36ha711998_0|py36h8a80b8c_0|py36ha711998_0|py27ha711998_0|py37h8a80b8c_1|py36h8a80b8c_1|py37ha711998_1|py36ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py35ha711998_0|py36ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py35h42e5f7b_0|py36h8a80b8c_0|py37h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py37h8a80b8c_0|py37h6575580_5|py27h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py27ha711998_4|py37h9797aa9_4|py36ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py37ha9ae307_1|py27h9797aa9_1|py35h9797aa9_0|py27h9797aa9_0|py36ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py38h6575580_15|py38ha711998_15|py38h6575580_14|py38ha711998_14|py38h6575580_13|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py27h6575580_12|py36h6575580_12|py37h6575580_11|py36ha711998_11|py37ha711998_11|py36ha711998_10|py37ha711998_10|py27ha711998_10|py37h8a80b8c_10|py35h42e5f7b_10|py37h42e5f7b_10|py27h8a80b8c_9|py37h8a80b8c_9|py37ha9ae307_8|py36h9797aa9_8|py36ha9ae307_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py27h9797aa9_7|py36ha9ae307_7|py36h9797aa9_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py27ha9ae307_6']
networkx -> numpy[version='>=1.19'] -> numpy-base[version='1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3',build='py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0']
rmg::lpsolve55 -> numpy -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0|1.17.0|1.17.0',build='py36ha711998_0|py27h9797aa9_6|py27ha9ae307_6|py37h9797aa9_6|py36h9797aa9_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py36h9797aa9_8|py37h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py37h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py27ha711998_10|py35ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py27h6575580_12|py37ha711998_12|py38ha711998_12|py38h6575580_12|py38ha711998_13|py38h6575580_13|py38ha711998_14|py38h6575580_15|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38h6575580_14|py37h6575580_12|py27ha711998_12|py36ha711998_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py36h42e5f7b_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h42e5f7b_10|py35he97cb71_9|py36h8a80b8c_9|py27h8a80b8c_9|py37h8a80b8c_9|py35h9797aa9_8|py37ha9ae307_8|py36ha9ae307_8|py27h9797aa9_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py36ha9ae307_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py36h6575580_0']
conda-forge::cantera[version='>=2.5'] -> numpy[version='>=1.19.5,<2.0a0'] -> numpy-base[version='1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0',build='py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py36h6575580_0|py36ha711998_0']
numpy[version='>=1.10.0'] -> mkl_fft -> numpy-base[version='>=1.0.14,<2.0a0|>=1.0.6,<2.0a0|>=1.2.1,<2.0a0|>=1.0.2,<2.0a0|>=1.0.4,<2.0a0']
h5py -> numpy[version='>=1.21.2,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py27ha9ae307_6|py36h9797aa9_6|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py27ha9ae307_7|py27h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py36h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py35he97cb71_9|py37h42e5f7b_10|py27h42e5f7b_10|py36h8a80b8c_10|py35h8a80b8c_10|py36h42e5f7b_10|py27ha711998_10|py37ha711998_11|py27ha711998_11|py37h6575580_11|py27h6575580_11|py36h6575580_11|py38ha711998_12|py38ha711998_13|py38h6575580_13|py38h6575580_14|py38h6575580_15|py35h479e554_1|py35h9797aa9_0|py27ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py36h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py37h9797aa9_3|py27h9797aa9_4|py37ha9ae307_4|py35h9797aa9_4|py35ha9ae307_4|py36ha711998_4|py37ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py27h6575580_5|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py36he97cb71_0|py37h42e5f7b_0|py36h8a80b8c_0|py35h42e5f7b_0|py27h42e5f7b_0|py27h8a80b8c_0|py37h8a80b8c_0|py35h8a80b8c_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py35ha711998_0|py27ha711998_1|py36ha711998_1|py36h8a80b8c_1|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py36h8a80b8c_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py27h6575580_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py37h6575580_1|py27ha711998_1|py27ha711998_0|py37ha711998_0|py27ha711998_0|py37ha711998_0|py37h6575580_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py36h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py27ha711998_0|py37ha711998_0|py36ha711998_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py37h6575580_0|py27h6575580_0|py36h6575580_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py27h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37ha711998_1|py36h6575580_0|py36ha711998_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_0|py37h8a80b8c_0|py37h8a80b8c_1|py27h8a80b8c_1|py37ha711998_1|py36ha711998_0|py27ha711998_0|py37ha711998_0|py35ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py36h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py37he97cb71_0|py37h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py27ha711998_4|py35h8a80b8c_4|py35ha711998_4|py37h9797aa9_4|py36h9797aa9_4|py36ha9ae307_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py27ha9ae307_1|py37ha9ae307_1|py27h9797aa9_1|py35h9797aa9_0|py27ha9ae307_0|py27h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py27h7ef55bc_1|py27h479e554_1|py36h479e554_1|py36h7ef55bc_1|py38ha711998_15|py38ha711998_14|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py37ha711998_12|py27h6575580_12|py36h6575580_12|py36ha711998_11|py36ha711998_10|py37ha711998_10|py35ha711998_10|py37h8a80b8c_10|py27h8a80b8c_10|py35h42e5f7b_10|py27h8a80b8c_9|py37h8a80b8c_9|py37ha9ae307_8|py36h9797aa9_8|py36ha9ae307_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py37h9797aa9_7|py36ha9ae307_7|py36h9797aa9_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py37h9797aa9_7|py36ha9ae307_6|py37ha9ae307_6|py37h9797aa9_6']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py27h9797aa9_6|py37h9797aa9_6|py37h9797aa9_7|py27ha9ae307_7|py27h9797aa9_7|py37h9797aa9_7|py27ha9ae307_7|py27h9797aa9_8|py37h9797aa9_8|py35h9797aa9_8|py35ha9ae307_8|py37he97cb71_9|py36h8a80b8c_9|py35h8a80b8c_9|py27he97cb71_9|py36he97cb71_9|py35he97cb71_9|py27h42e5f7b_10|py36h8a80b8c_10|py27h8a80b8c_10|py35h8a80b8c_10|py36h42e5f7b_10|py35ha711998_10|py27ha711998_11|py27h6575580_11|py36h6575580_11|py37ha711998_12|py38ha711998_12|py38ha711998_13|py36h7ef55bc_1|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py35h9797aa9_0|py36ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27ha9ae307_0|py35ha9ae307_0|py36h9797aa9_1|py37h9797aa9_1|py27ha9ae307_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py37h9797aa9_3|py27ha9ae307_4|py27h9797aa9_4|py36h9797aa9_4|py37ha9ae307_4|py35h9797aa9_4|py35ha9ae307_4|py36ha711998_4|py35ha711998_4|py35h8a80b8c_4|py37ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py36h6575580_5|py37ha711998_5|py27he97cb71_0|py27h8a80b8c_0|py36h8a80b8c_0|py36h42e5f7b_0|py27h42e5f7b_0|py27h8a80b8c_0|py27ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py35ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py37h8a80b8c_0|py37ha711998_0|py27h8a80b8c_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h6575580_0|py36ha711998_0|py36h8a80b8c_0|py36ha711998_0|py27ha711998_0|py37h8a80b8c_1|py36h8a80b8c_1|py37ha711998_1|py36ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py35ha711998_0|py36ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py35h42e5f7b_0|py36h8a80b8c_0|py37h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py37h8a80b8c_0|py37h6575580_5|py27h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py27ha711998_4|py37h9797aa9_4|py36ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py37ha9ae307_1|py27h9797aa9_1|py35h9797aa9_0|py27h9797aa9_0|py36ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py38h6575580_15|py38ha711998_15|py38h6575580_14|py38ha711998_14|py38h6575580_13|py38h6575580_12|py37h6575580_12|py27ha711998_12|py36ha711998_12|py27h6575580_12|py36h6575580_12|py37h6575580_11|py36ha711998_11|py37ha711998_11|py36ha711998_10|py37ha711998_10|py27ha711998_10|py37h8a80b8c_10|py35h42e5f7b_10|py37h42e5f7b_10|py27h8a80b8c_9|py37h8a80b8c_9|py37ha9ae307_8|py36h9797aa9_8|py36ha9ae307_8|py27ha9ae307_8|py37ha9ae307_7|py36ha9ae307_7|py36h9797aa9_7|py27h9797aa9_7|py36ha9ae307_7|py36h9797aa9_7|py35ha9ae307_7|py35h9797aa9_7|py37ha9ae307_7|py36ha9ae307_6|py37ha9ae307_6|py36h9797aa9_6|py27ha9ae307_6']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> numpy-base[version='1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.5|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.16.6|1.17.2.*|1.17.3.*|1.17.4.*|1.18.1.*|1.18.5.*|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.1|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.19.2|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.1|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.2|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.20.3|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.2|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.21.5|1.22.3|1.17.0|1.17.0',build='py36ha711998_0|py35h479e554_1|py27h479e554_1|py27h7ef55bc_1|py27ha9ae307_0|py36h9797aa9_0|py35ha9ae307_0|py36h9797aa9_0|py27h9797aa9_1|py36h9797aa9_1|py37h9797aa9_1|py36ha9ae307_1|py37h9797aa9_2|py37ha9ae307_2|py36ha9ae307_3|py27h9797aa9_3|py36h9797aa9_4|py37ha9ae307_4|py35ha9ae307_4|py27ha711998_4|py36h8a80b8c_4|py38ha711998_4|py38h6575580_4|py37ha711998_5|py27he97cb71_0|py37h8a80b8c_0|py37h42e5f7b_0|py36h8a80b8c_0|py36h42e5f7b_0|py37h8a80b8c_0|py35ha711998_0|py37ha711998_0|py37ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36ha711998_0|py27ha711998_1|py36ha711998_1|py27h8a80b8c_1|py36h8a80b8c_1|py37ha711998_0|py27ha711998_0|py36ha711998_0|py37h8a80b8c_0|py37ha711998_0|py27h6575580_0|py36ha711998_0|py27ha711998_1|py37h6575580_1|py36ha711998_1|py37ha711998_1|py27h6575580_1|py37ha711998_0|py36ha711998_1|py27h6575580_1|py37h6575580_1|py27ha711998_1|py37ha711998_1|py37h6575580_0|py36ha711998_0|py37ha711998_0|py37ha711998_0|py36ha711998_0|py27ha711998_0|py37h6575580_0|py37ha711998_0|py36ha711998_0|py38ha711998_0|py39hd037223_3|py36hd037223_3|py37hd037223_3|py39h4850c68_3|py38h4850c68_3|py37hb6794ca_4|py38h68fea81_0|py37hcfb5961_0|py36hcfb5961_0|py37hcfb5961_0|py38hcfb5961_0|py38h68fea81_0|py37h68fea81_0|py39h3a452eb_0|py38hf048a4f_1|py37hf048a4f_1|py39h585ceec_0|py37h3a452eb_0|py39h3a452eb_0|py38h585ceec_0|py37hbbe2e76_0|py38hbbe2e76_0|py37hbbe2e76_0|py38hbbe2e76_0|py310h4c014f7_0|py39h3b1a694_1|py38he782bc1_1|py38h3b1a694_1|py39he782bc1_1|py310hfd2de13_1|py37h3b1a694_1|py310hfd2de13_2|py38he782bc1_2|py37he782bc1_2|py310h6d917f3_2|py310hfd2de13_3|py37h3b1a694_3|py39hbda7086_3|py310h8a30af7_3|py38h3b1a694_0|py310h6d917f3_0|py39he782bc1_0|py38he782bc1_0|py39h3b1a694_0|py310hfd2de13_0|py37hbda7086_3|py38hbda7086_3|py39h3b1a694_3|py38h3b1a694_3|py38h3b1a694_2|py37h3b1a694_2|py39h3b1a694_2|py39he782bc1_2|py310h6d917f3_1|py37he782bc1_1|py310he490955_0|py38hbbe2e76_0|py39he0bd621_0|py38he0bd621_0|py37he0bd621_0|py37hbbe2e76_0|py39hbbe2e76_0|py38he0bd621_0|py39he0bd621_0|py37he0bd621_0|py39hbbe2e76_0|py37he0bd621_0|py38he0bd621_0|py39he0bd621_0|py39hbbe2e76_0|py38h3a452eb_0|py37h585ceec_0|py39hf048a4f_1|py37h50ba68f_1|py39h50ba68f_1|py38h50ba68f_1|py39hde55871_0|py36h68fea81_0|py38hcfb5961_0|py36hcfb5961_0|py37h68fea81_0|py36h68fea81_0|py38h6a6129a_4|py39h6a6129a_4|py37h6a6129a_4|py38hb6794ca_4|py39hb6794ca_4|py37h4850c68_3|py36h4850c68_3|py38hd037223_3|py39h7ca7dfd_1|py39hd037223_1|py27h6575580_0|py27ha711998_0|py38h6575580_0|py37h6575580_0|py36h6575580_0|py27h6575580_0|py36h6575580_0|py36h6575580_0|py37h6575580_0|py27h6575580_0|py27ha711998_0|py36h6575580_0|py27h6575580_0|py37ha711998_0|py27ha711998_0|py37h6575580_0|py36ha711998_0|py27h6575580_0|py37ha711998_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py37h6575580_0|py27h6575580_0|py36h6575580_0|py27ha711998_0|py36ha711998_0|py36h6575580_1|py36h6575580_0|py27h6575580_0|py37ha711998_0|py37h6575580_0|py27ha711998_0|py36h6575580_0|py37h6575580_0|py36ha711998_0|py27ha711998_0|py36h8a80b8c_0|py27h8a80b8c_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h8a80b8c_0|py37h8a80b8c_1|py37ha711998_1|py35ha711998_0|py35h8a80b8c_0|py37h8a80b8c_0|py27ha711998_0|py36ha711998_0|py27ha711998_0|py35h8a80b8c_0|py27h8a80b8c_0|py27h42e5f7b_0|py35h42e5f7b_0|py35he97cb71_0|py35h8a80b8c_0|py36he97cb71_0|py37he97cb71_0|py36h8a80b8c_0|py27h8a80b8c_0|py37h6575580_5|py27h6575580_5|py36h6575580_5|py27ha711998_5|py36ha711998_5|py27h8a80b8c_4|py37h8a80b8c_4|py37ha711998_4|py35h8a80b8c_4|py35ha711998_4|py36ha711998_4|py35h9797aa9_4|py37h9797aa9_4|py36ha9ae307_4|py27h9797aa9_4|py27ha9ae307_4|py37ha9ae307_3|py27ha9ae307_3|py37h9797aa9_3|py36h9797aa9_3|py27ha9ae307_2|py27h9797aa9_2|py36ha9ae307_2|py36h9797aa9_2|py27ha9ae307_1|py37ha9ae307_1|py35h9797aa9_0|py35ha9ae307_0|py27ha9ae307_0|py27h9797aa9_0|py36ha9ae307_0|py36ha9ae307_0|py35h9797aa9_0|py27h9797aa9_0|py35h7ef55bc_1|py36h479e554_1|py36h7ef55bc_1|py36h6575580_0']
Package setuptools conflicts for:
pandas -> setuptools[version='<60.0.0']
rmg::rdkit[version='>=2020.03.3.0'] -> pandas -> setuptools[version='<60.0.0']
conda-forge::cantera[version='>=2.5'] -> setuptools
pandas -> numexpr[version='>=2.7.1'] -> setuptools
networkx -> setuptools
rmg::pyrms -> matplotlib -> setuptools
cython[version='>=0.25.2'] -> setuptools
networkx -> pandas[version='>=1.1'] -> setuptools[version='<60.0.0']
scikit-learn -> joblib[version='>=0.11'] -> setuptools
coolprop -> matplotlib -> setuptools[version='<60.0.0']
rmg::chemprop -> gunicorn -> setuptools[version='>=3.0']
python[version='>=3.7'] -> pip -> setuptools
pyyaml -> cython -> setuptools
jupyter -> ipykernel -> setuptools[version='>=60']
nose -> setuptools
matplotlib[version='>=1.5'] -> setuptools
jinja2 -> setuptools
conda-forge::cclib[version='>=1.6.3'] -> pandas -> setuptools[version='<60.0.0']
Package pypy3.6 conflicts for:
pandas -> bottleneck[version='>=1.3.1'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.3']
cairocffi -> cffi[version='>=1.1.0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
rmg::lpsolve55 -> numpy -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
rmg::chemprop -> gunicorn -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
scikit-learn -> pypy3.6[version='>=7.3.2|>=7.3.3']
rmg::gprof2dot -> python -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
xlwt -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
cython[version='>=0.25.2'] -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
pyyaml -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
jupyter -> pypy3.6[version='>=7.3.3']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
coolprop -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
conda-forge::cantera[version='>=2.5'] -> numpy[version='>=1.19.5,<2.0a0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
markupsafe -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
rmg::numdifftools -> numpy[version='>=1.9'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
rmg::pyrms -> matplotlib -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
cython[version='>=0.25.2'] -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
networkx -> matplotlib[version='>=3.3'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
pydot -> pypy3.6[version='>=7.3.2|>=7.3.3']
pymongo -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
conda-forge::openbabel[version='>=3'] -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
xlrd -> python -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
coverage -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
pymongo -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1']
matplotlib[version='>=1.5'] -> pypy3.6[version='>=7.3.2|>=7.3.3']
pydot -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
pyyaml -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
jupyter -> ipykernel -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2']
conda-forge::cclib[version='>=1.6.3'] -> biopython -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
markupsafe -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
numpy[version='>=1.10.0'] -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
pyparsing -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
pandas -> pypy3.6[version='>=7.3.1|>=7.3.2']
matplotlib[version='>=1.5'] -> tornado -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
coolprop -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
jinja2 -> markupsafe[version='>=2.0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.3|>=7.3.2|>=7.3.1']
psutil -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
numpy[version='>=1.10.0'] -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
nose -> python[version='>=3.6'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.3|>=7.3.2|>=7.3.1']
coverage -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3']
rmg::quantities -> numpy -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
rmg::muq2 -> boost -> pypy3.6[version='>=7.3.3']
scipy -> numpy[version='>=1.16.6,<2.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.3']
mpmath -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
psutil -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.*|7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*']
scipy -> pypy3.6[version='>=7.3.1|>=7.3.2']
h5py -> numpy[version='>=1.16.6,<2.0a0'] -> pypy3.6[version='7.3.0.*|7.3.1.*|7.3.2.*|7.3.3.*|>=7.3.1|>=7.3.2|>=7.3.3']
Package pango conflicts for:
graphviz -> gtk2 -> pango[version='1.40.*|>=1.20|>=1.48.3,<1.49.0a0|>=1.40.14,<1.41.0a0|>=1.50.6,<1.51.0a0']
graphviz -> pango[version='>=1.41.0,<2.0a0|>=1.42.1,<2.0a0|>=1.50.7,<2.0a0|>=1.50.8,<1.51.0a0|>=1.50.7,<1.51.0a0|>=1.50.5,<1.51.0a0|>=1.50.3,<1.51.0a0|>=1.48.10,<1.49.0a0|>=1.48.9,<1.49.0a0|>=1.48.7,<1.49.0a0|>=1.48.5,<1.49.0a0|>=1.48.4,<1.49.0a0|>=1.42.4,<1.43.0a0']
Package python conflicts for:
conda-forge::cclib[version='>=1.6.3'] -> biopython -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*|>=2.7|>=3.7.1,<3.8.0a0']
nose -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.8.0a,<3.9.0a0']
jinja2 -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.6|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0|>=3.7|>=3.5|3.4.*']
rmg::numdifftools -> numpy[version='>=1.9'] -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
markupsafe -> python_abi=3.9[build=*_cp39] -> python[version='3.10.*|3.8.*|3.9.*|3.7.*']
jinja2 -> markupsafe[version='>=2.0'] -> python[version='>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> python[version='3.4.*|3.5.*|3.6.*|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
cairo -> glib[version='>=2.69.1,<3.0a0'] -> python[version='*|>=2.7|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=2.7,<2.8.0a0|3.4.*|3.3.*']
coolprop -> python[version='2.7.*|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.10,<3.11.0a0|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0']
coolprop -> matplotlib -> python[version='3.10.*|3.4.*|3.5.*|3.6.*|>=3.7.1,<3.8.0a0|3.7.*|3.8.*|3.9.*']
networkx -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.8|>=3.7|>=3.6|>=3.5|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0|3.4.*']
pyyaml -> python_abi=3.8[build=*_cp38] -> python[version='3.10.*|3.8.*|3.9.*|3.7.*']
rmg::quantities -> python[version='2.7.*|3.4.*|3.3.*']
rmg::chemprop -> descriptastorus -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0|>=3.7|3.4.*|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|3.7.*|>=2.7']
rmg::diffeqpy -> python=3.7
psutil -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
matplotlib[version='>=1.5'] -> tornado -> python[version='3.10.*|3.6.*|>=3.6|>=3|<3|3.7.*|3.9.*|3.8.*']
rmg::diffeqpy -> pyjulia -> python[version='>=3.6,<4.0']
psutil -> python_abi=3.7[build=*_cp37m] -> python[version='3.10.*|3.7.*|3.9.*|3.8.*']
matplotlib[version='>=1.5'] -> python[version='2.7.*|3.4.*|3.5.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
rmg::pyjulia -> python=3.7
rmg::pyrms -> python=3.7
xlwt -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
numpy[version='>=1.10.0'] -> python_abi=3.8[build=*_cp38] -> python[version='3.10.*|3.8.*|3.9.*|3.7.*']
cairocffi -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.7|>=3.6|>=3.5|3.6.*|3.5.*|3.4.*']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> python[version='3.4.*|3.5.*|3.6.*|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
h5py -> cached-property -> python[version='3.10.*|3.7.*|<3|3.9.*|3.8.*']
rmg::lpsolve55 -> numpy -> python[version='3.4.*|3.5.*|3.6.*|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
numpy[version='>=1.10.0'] -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
conda-forge::cantera[version='>=2.5'] -> python[version='>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0']
h5py -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
conda-forge::openbabel[version='>=3'] -> python[version='>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0']
pandas -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.7.1,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
scikit-learn -> joblib[version='>=0.11'] -> python[version='3.10.*|3.8.*|3.9.*|>=3.5|>=3.6|>=3.7|3.7.*']
scipy -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
rmg::muq2 -> boost -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.6.*|3.5.*|3.4.*']
nose -> setuptools -> python[version='3.7.*|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|3.8.*']
conda-forge::cantera[version='>=2.5'] -> h5py -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|3.4.*|3.7.*|3.9.*|3.8.*|3.10.*']
cython[version='>=0.25.2'] -> python_abi=3.9[build=*_cp39] -> python[version='3.10.*|3.7.*|3.9.*|3.8.*']
pymongo -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.8,<3.9.0a0|>=3.5,<3.6.0a0|3.4.*']
conda-forge::cclib[version='>=1.6.3'] -> python[version='>=3.6']
mpmath -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.5,<3.6.0a0|>=3']
pydot -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0']
markupsafe -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
rmg::pyrdl -> python[version='2.7.*|>=3.7,<3.8.0a0']
jupyter -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
rmg::lpsolve55 -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.7,<3.8.0a0']
rmg::quantities -> numpy -> python[version='3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.7,<3.8.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0']
pydot -> pyparsing[version='>=2.1.4'] -> python[version='3.10.*|3.4.*|3.5.*|3.6.*|>=3.6|3.9.*|3.7.*|3.8.*']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.5,<3.6.0a0|3.4.*|>=3.7.1,<3.8.0a0']
graphviz -> fontconfig -> python[version='*|3.3.*|3.4.*|>=2.7|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=2.7,<2.8.0a0']
rmg::gprof2dot -> python=2.7
cython[version='>=0.25.2'] -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
rmg::chemprop -> python[version='>=3.6']
xlrd -> python[version='2.6.*|2.7.*|3.3.*|3.4.*|>=2.7,<2.8.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0|>=3.6|3.6.*|3.5.*']
rmg::pyrms -> matplotlib -> python[version='2.7.*|3.4.*|3.5.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|>=3.6,<4.0|3.6.*']
scikit-learn -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
python[version='>=3.7']
pyparsing -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.6|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.5,<3.6.0a0|3.4.*']
rmg::muq2 -> python[version='>=3.7,<3.8.0a0']
coverage -> python_abi=3.7[build=*_cp37m] -> python[version='3.10.*|3.7.*|>=3.6|>=3.7|3.8.*|3.9.*']
conda-forge::openbabel[version='>=3'] -> python_abi=3.8[build=*_cp38] -> python[version='3.10.*|3.7.*|3.8.*|3.9.*|3.6.*']
scipy -> python_abi=3.9[build=*_cp39] -> python[version='3.10.*|3.8.*|3.9.*|3.7.*']
cairocffi -> cffi[version='>=1.1.0'] -> python[version='3.6.12|3.6.12|3.7.10|3.7.10|3.7.12|3.8.12|3.9.10|>=3.10,<3.11.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.5,<3.6.0a0|3.7.9|3.6.9|3.6.9|3.6.9|3.6.9',build='1_73_pypy|2_73_pypy|3_73_pypy|1_73_pypy|0_73_pypy|0_73_pypy|5_73_pypy|5_73_pypy|4_73_pypy|0_73_pypy']
networkx -> pandas[version='>=1.1'] -> python[version='>=3.7.1,<3.8.0a0']
rmg::pydas[version='>=1.0.2'] -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.7,<3.8.0a0']
pandas -> python-dateutil[version='>=2.8.1'] -> python[version='3.10.*|>=3|>=3.6|3.8.*|3.9.*|3.7.*']
rmg::numdifftools -> python
rmg::rdkit[version='>=2020.03.3.0'] -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
rmg::pydqed[version='>=1.0.1'] -> python[version='2.7.*|>=2.7,<2.8.0a0|>=3.7,<3.8.0a0']
pyyaml -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0|>=3.9,<3.10.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
jupyter -> ipykernel -> python[version='3.10.*|3.4.*|>=3.7|>=3.3|>=3.6|>=3.5|3.8.*|3.9.*|3.7.*']
coverage -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.10,<3.11.0a0|>=3.7,<3.8.0a0|>=3.9,<3.10.0a0|>=3.8,<3.9.0a0|>=3.6,<3.7.0a0|>=3.5,<3.6.0a0|3.4.*']
pymongo -> python_abi=3.7[build=*_cp37m] -> python[version='3.10.*|3.7.*|3.8.*|3.9.*']
Package mkl conflicts for:
conda-forge::cclib[version='>=1.6.3'] -> numpy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
h5py -> numpy[version='>=1.21.2,<2.0a0'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
rmg::muq2 -> mkl
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> mkl[version='>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0|>=2022.1.0,<2023.0a0|>=2022.0.0,<2023.0a0|>=2020.2,<2021.0a0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
rmg::lpsolve55 -> numpy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
pandas -> numexpr[version='>=2.7.1'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.4.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2019.3,<2020.0a0']
rmg::chemprop -> numpy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0|>=2020.4,<2021.0a0']
numpy[version='>=1.10.0'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
scipy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
rmg::quantities -> numpy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
scikit-learn -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0']
coolprop -> numpy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
networkx -> numpy[version='>=1.19'] -> mkl[version='>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0'] -> mkl[version='2019.1.*|>=2019.0,<2020.0a0|>=2020.0,<2021.0a0|>=2020.4,<2021.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0|>=2022.0.0,<2023.0a0|>=2022.1.0,<2023.0a0|>=2019.4,<2020.0a0']
rmg::numdifftools -> numpy[version='>=1.9'] -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0|>=2021.2.0,<2022.0a0|>=2021.3.0,<2022.0a0|>=2021.4.0,<2022.0a0']
scipy -> blas==1.0=mkl -> mkl[version='2019.1.*|>=2018.0.1,<2019.0a0|>=2019.3,<2020.0a0|>=2020.2,<2021.0a0|>=2022.0.0,<2023.0a0|>=2022.1.0,<2023.0a0|>=2020.4,<2021.0a0|>=2020.0,<2021.0a0|>=2019.0,<2020.0a0']
numpy[version='>=1.10.0'] -> mkl-service[version='>=2.3.0,<3.0a0'] -> mkl[version='2019.1.*|>=2019.0,<2020.0a0|>=2020.0,<2021.0a0|>=2020.2,<2021.0a0|>=2022.0.0,<2023.0a0|>=2022.1.0,<2023.0a0|>=2020.4,<2021.0a0']
Package libiconv conflicts for:
cairo -> fontconfig[version='>=2.13.1,<3.0a0'] -> libiconv[version='1.15|>=1.15,<1.17.0a0|>=1.16,<1.17.0a0|>=1.16,<2.0a0|>=1.15,<2.0a0']
conda-forge::openbabel[version='>=3'] -> libxml2[version='>=2.9.14,<2.10.0a0'] -> libiconv[version='>=1.15,<1.17.0a0|>=1.16,<1.17.0a0|>=1.16,<2.0a0|>=1.15,<2.0a0']
ffmpeg -> libiconv[version='1.15|1.15.*|>=1.15,<1.17.0a0|>=1.15,<2.0a0|>=1.16,<1.17.0a0']
ffmpeg -> libxml2[version='>=2.9.14,<2.10.0a0'] -> libiconv[version='>=1.16,<2.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> libboost[version='>=1.67.0,<1.68.0a0'] -> libiconv[version='>=1.15,<2.0a0']
graphviz -> fontconfig -> libiconv[version='1.15|>=1.15,<1.17.0a0|>=1.15,<2.0a0|>=1.16,<1.17.0a0|>=1.16,<2.0a0']
Package scipy conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> scipy
rmg::chemprop -> scipy
coolprop -> scipy
scipy
rmg::numdifftools -> scipy[version='>=0.8']
rmg::numdifftools -> algopy[version='>=0.4'] -> scipy[version='>=0.14|>=1.0|>=1.3|>=1.2']
scikit-learn -> scipy[version='>=0.19.1|>=1.1.0']
networkx -> scipy[version='>=1.5,!=1.6.1|>=1.8']
rmg::chemprop -> scikit-learn -> scipy[version='>=0.19.1|>=1.1.0']
conda-forge::cclib[version='>=1.6.3'] -> scipy[version='>=1.2.0']
Package matplotlib-base conflicts for:
coolprop -> matplotlib -> matplotlib-base[version='2.1.2|2.1.2|2.1.2|2.2.3|2.2.3|2.2.3|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|3.0.1|3.0.2|3.0.2|3.0.2|3.0.2|3.0.2|3.0.3|3.0.3|3.0.3|3.0.3|3.1.0|3.1.0|3.1.0|3.1.0|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.3|3.1.3|3.1.3|>=3.2.1,<3.2.2.0a0|>=3.2.2,<3.2.3.0a0|>=3.3.1,<3.3.2.0a0|>=3.3.2,<3.3.3.0a0|>=3.3.4,<3.3.5.0a0|>=3.4.2,<3.4.3.0a0|>=3.4.3,<3.4.4.0a0|>=3.5.0,<3.5.1.0a0|>=3.5.1,<3.5.2.0a0|>=3.5.2,<3.5.3.0a0|>=3.4.1,<3.4.2.0a0|>=3.3.3,<3.3.4.0a0|>=3.3.0,<3.3.1.0a0|>=3.2.0,<3.2.1.0a0|3.1.3|3.1.3|3.1.3|>=2.2.5,<2.2.6.0a0',build='py36h31f9439_1|py36hd64abcd_1|py27hd64abcd_1|py36h3a684a6_0|py37h3a684a6_0|py27h3a684a6_0|py36h31f9439_1|py38h11da6c2_2|py27h11da6c2_2|py37hf043ca5_1001|py37hf043ca5_1002|py36habd5b94_1|py37habd5b94_1|py36habd5b94_0|py36h3a684a6_1|py37h3a684a6_0|py36h3a684a6_0|py37h3a684a6_1|py38h11da6c2_2|py36h11da6c2_0|py36h11da6c2_1|py36h11da6c2_0|py37h9aa3819_1|py36h9aa3819_1|py38h9aa3819_1|py36h9aa3819_0|py37h9aa3819_0|py38h9aa3819_0|py38h11da6c2_0|py37h11da6c2_0|py38h11da6c2_1|py37h11da6c2_1|py38h11da6c2_0|py37h11da6c2_0|py36h11da6c2_2|py37h11da6c2_2|py38h11da6c2_1|py36h3a684a6_1|py37h3a684a6_1|py37habd5b94_0|py37hf043ca5_0|py36hf043ca5_0|py36hf043ca5_1002|py36hf043ca5_1001|py36hf043ca5_1000|py36hebca740_1001|py36h11da6c2_2|py37h11da6c2_2|py27h31f9439_1|py37h31f9439_1|py37hd64abcd_1|py37h31f9439_1|py27h31f9439_1']
coolprop -> matplotlib-base
rmg::chemprop -> rdkit -> matplotlib-base
networkx -> matplotlib[version='>=3.3'] -> matplotlib-base[version='>=3.3.0,<3.3.1.0a0|>=3.3.1,<3.3.2.0a0|>=3.3.2,<3.3.3.0a0|>=3.3.4,<3.3.5.0a0|>=3.4.2,<3.4.3.0a0|>=3.4.3,<3.4.4.0a0|>=3.5.0,<3.5.1.0a0|>=3.5.1,<3.5.2.0a0|>=3.5.2,<3.5.3.0a0|>=3.4.1,<3.4.2.0a0|>=3.3.3,<3.3.4.0a0']
matplotlib[version='>=1.5'] -> matplotlib-base[version='2.1.2|2.1.2|2.1.2|2.2.3|2.2.3|2.2.3|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|3.0.1|3.0.2|3.0.2|3.0.2|3.0.2|3.0.2|3.0.3|3.0.3|3.0.3|3.0.3|3.1.0|3.1.0|3.1.0|3.1.0|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.3|3.1.3|3.1.3|>=3.2.1,<3.2.2.0a0|>=3.2.2,<3.2.3.0a0|>=3.3.1,<3.3.2.0a0|>=3.3.2,<3.3.3.0a0|>=3.3.4,<3.3.5.0a0|>=3.4.2,<3.4.3.0a0|>=3.4.3,<3.4.4.0a0|>=3.5.0,<3.5.1.0a0|>=3.5.1,<3.5.2.0a0|>=3.5.2,<3.5.3.0a0|>=3.4.1,<3.4.2.0a0|>=3.3.3,<3.3.4.0a0|>=3.3.0,<3.3.1.0a0|>=3.2.0,<3.2.1.0a0|3.1.3|3.1.3|3.1.3|>=2.2.5,<2.2.6.0a0',build='py36h31f9439_1|py36hd64abcd_1|py27hd64abcd_1|py36h3a684a6_0|py37h3a684a6_0|py27h3a684a6_0|py36h31f9439_1|py38h11da6c2_2|py27h11da6c2_2|py37hf043ca5_1001|py37hf043ca5_1002|py36habd5b94_1|py37habd5b94_1|py36habd5b94_0|py36h3a684a6_1|py37h3a684a6_0|py36h3a684a6_0|py37h3a684a6_1|py38h11da6c2_2|py36h11da6c2_0|py36h11da6c2_1|py36h11da6c2_0|py37h9aa3819_1|py36h9aa3819_1|py38h9aa3819_1|py36h9aa3819_0|py37h9aa3819_0|py38h9aa3819_0|py38h11da6c2_0|py37h11da6c2_0|py38h11da6c2_1|py37h11da6c2_1|py38h11da6c2_0|py37h11da6c2_0|py36h11da6c2_2|py37h11da6c2_2|py38h11da6c2_1|py36h3a684a6_1|py37h3a684a6_1|py37habd5b94_0|py37hf043ca5_0|py36hf043ca5_0|py36hf043ca5_1002|py36hf043ca5_1001|py36hf043ca5_1000|py36hebca740_1001|py36h11da6c2_2|py37h11da6c2_2|py27h31f9439_1|py37h31f9439_1|py37hd64abcd_1|py37h31f9439_1|py27h31f9439_1']
rmg::pyrms -> matplotlib -> matplotlib-base[version='2.1.2|2.1.2|2.1.2|2.2.3|2.2.3|2.2.3|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|3.0.1|3.0.2|3.0.2|3.0.2|3.0.2|3.0.2|3.0.3|3.0.3|3.0.3|3.0.3|3.1.0|3.1.0|3.1.0|3.1.0|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.3|3.1.3|3.1.3|>=3.2.1,<3.2.2.0a0|>=3.2.2,<3.2.3.0a0|>=3.3.1,<3.3.2.0a0|>=3.3.2,<3.3.3.0a0|>=3.3.4,<3.3.5.0a0|>=3.4.2,<3.4.3.0a0|>=3.4.3,<3.4.4.0a0|>=3.5.0,<3.5.1.0a0|>=3.5.1,<3.5.2.0a0|>=3.5.2,<3.5.3.0a0|>=3.4.1,<3.4.2.0a0|>=3.3.3,<3.3.4.0a0|>=3.3.0,<3.3.1.0a0|>=3.2.0,<3.2.1.0a0|3.1.3|3.1.3|3.1.3|>=2.2.5,<2.2.6.0a0',build='py36h31f9439_1|py36hd64abcd_1|py27hd64abcd_1|py36h3a684a6_0|py37h3a684a6_0|py27h3a684a6_0|py36h31f9439_1|py38h11da6c2_2|py27h11da6c2_2|py37hf043ca5_1001|py37hf043ca5_1002|py36habd5b94_1|py37habd5b94_1|py36habd5b94_0|py36h3a684a6_1|py37h3a684a6_0|py36h3a684a6_0|py37h3a684a6_1|py38h11da6c2_2|py36h11da6c2_0|py36h11da6c2_1|py36h11da6c2_0|py37h9aa3819_1|py36h9aa3819_1|py38h9aa3819_1|py36h9aa3819_0|py37h9aa3819_0|py38h9aa3819_0|py38h11da6c2_0|py37h11da6c2_0|py38h11da6c2_1|py37h11da6c2_1|py38h11da6c2_0|py37h11da6c2_0|py36h11da6c2_2|py37h11da6c2_2|py38h11da6c2_1|py36h3a684a6_1|py37h3a684a6_1|py37habd5b94_0|py37hf043ca5_0|py36hf043ca5_0|py36hf043ca5_1002|py36hf043ca5_1001|py36hf043ca5_1000|py36hebca740_1001|py36h11da6c2_2|py37h11da6c2_2|py27h31f9439_1|py37h31f9439_1|py37hd64abcd_1|py37h31f9439_1|py27h31f9439_1']
networkx -> matplotlib-base[version='>=3.3|>=3.4']
Package expat conflicts for:
numpy[version='>=1.10.0'] -> pypy3.8[version='>=7.3.9'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.4.8,<3.0a0|>=2.4.7,<3.0a0|>=2.2.9,<3.0.0a0']
coverage -> pypy3.9[version='>=7.3.9'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.4.1,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0|>=2.3.0,<3.0a0']
pymongo -> pypy3.7[version='>=7.3.7'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.4.1,<3.0a0|>=2.2.9,<3.0.0a0']
python[version='>=3.7'] -> pypy3.9=7.3.9 -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0']
pyyaml -> pypy3.9[version='>=7.3.8'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.4.1,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0|>=2.3.0,<3.0a0']
pydot -> graphviz -> expat[version='>=2.2.10,<3.0.0a0|>=2.2.10,<3.0a0|>=2.2.5,<3.0a0|>=2.4.8,<3.0a0|>=2.4.7,<3.0a0|>=2.4.6,<3.0a0|>=2.4.2,<3.0a0|>=2.4.1,<3.0a0|>=2.3.0,<3.0a0|>=2.3.0,<3.0.0a0|>=2.2.9,<3.0.0a0']
scipy -> pypy3.7[version='>=7.3.7'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.2.9,<3.0.0a0']
jupyter -> pypy3.7[version='>=7.3.7'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.4.1,<3.0a0|>=2.2.9,<3.0.0a0|>=2.3.0,<3.0a0']
scikit-learn -> pypy3.7[version='>=7.3.7'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.4.1,<3.0a0|>=2.2.9,<3.0.0a0|>=2.3.0,<3.0a0']
pandas -> pypy3.9[version='>=7.3.9'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0']
cython[version='>=0.25.2'] -> pypy3.8[version='>=7.3.9'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0']
graphviz -> libgd[version='>=2.3.0,<2.4.0a0'] -> expat[version='>=2.2.9,<3.0.0a0']
psutil -> pypy3.9[version='>=7.3.9'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0']
cairo -> fontconfig[version='>=2.13.1,<3.0a0'] -> expat[version='>=2.4.6,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0']
ffmpeg -> fontconfig[version='>=2.13.96,<3.0a0'] -> expat[version='>=2.4.6,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0']
graphviz -> expat[version='>=2.2.10,<3.0.0a0|>=2.2.10,<3.0a0|>=2.2.5,<3.0a0|>=2.4.8,<3.0a0|>=2.4.7,<3.0a0|>=2.4.6,<3.0a0|>=2.4.2,<3.0a0|>=2.4.1,<3.0a0|>=2.3.0,<3.0a0|>=2.3.0,<3.0.0a0']
matplotlib[version='>=1.5'] -> pypy3.7[version='>=7.3.7'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.2.9,<3.0.0a0']
markupsafe -> pypy3.9[version='>=7.3.8'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.4.1,<3.0a0|>=2.4.7,<3.0a0|>=2.4.8,<3.0a0|>=2.2.9,<3.0.0a0|>=2.3.0,<3.0a0']
coolprop -> pypy3.7[version='>=7.3.7'] -> expat[version='>=2.2.10,<3.0.0a0|>=2.3.0,<3.0a0|>=2.4.1,<3.0a0|>=2.2.9,<3.0.0a0']
Package pandas conflicts for:
networkx -> pandas[version='>=1.1|>=1.3']
rmg::rdkit[version='>=2020.03.3.0'] -> pandas
pandas
coolprop -> pandas
rmg::pyrms -> rdkit -> pandas
rmg::numdifftools -> statsmodels[version='>=0.6'] -> pandas[version='>=0.14|>=0.21|>=1.0|>=0.23']
conda-forge::cclib[version='>=1.6.3'] -> pandas
rmg::chemprop -> rdkit -> pandas
Package boost conflicts for:
rmg::muq2 -> boost
rmg::pyrms -> rdkit -> boost[version='1.56.0|>=1.74.0,<1.74.1.0a0|>=1.72.0,<1.72.1.0a0|>=1.70.0,<1.70.1.0a0|>=1.68.0,<1.68.1.0a0|1.66.*|>=1.66.0,<1.66.1.0a0|1.66.0|1.65.1']
rmg::chemprop -> rdkit -> boost[version='1.56.0|>=1.74.0,<1.74.1.0a0|>=1.72.0,<1.72.1.0a0|>=1.70.0,<1.70.1.0a0|>=1.68.0,<1.68.1.0a0|1.66.*|>=1.66.0,<1.66.1.0a0|1.66.0|1.65.1']
Package six conflicts for:
rmg::muq2 -> h5py -> six
conda-forge::cantera[version='>=2.5'] -> h5py -> six
conda-forge::cclib[version='>=1.6.3'] -> six
numpy[version='>=1.10.0'] -> mkl-service[version='>=2.3.0,<3.0a0'] -> six
h5py -> unittest2 -> six[version='>=1.4']
rmg::chemprop -> hyperopt -> six[version='>=1.10.0']
rmg::pyrms -> rdkit -> six
scipy -> mkl-service[version='>=2.3.0,<3.0a0'] -> six
h5py -> six
scikit-learn -> mkl-service[version='>=2,<3.0a0'] -> six
pandas -> python-dateutil[version='>=2.8.1'] -> six[version='>=1.5']
matplotlib[version='>=1.5'] -> cycler[version='>=0.10'] -> six[version='>=1.5']
Package ca-certificates conflicts for:
xlrd -> python -> ca-certificates
psutil -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
cairocffi -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
rmg::gprof2dot -> python -> ca-certificates
pyparsing -> python -> ca-certificates
networkx -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
nose -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
rmg::pydqed[version='>=1.0.1'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
coolprop -> python=2.7 -> ca-certificates
rmg::numdifftools -> python -> ca-certificates
python[version='>=3.7'] -> openssl[version='>=1.1.1n,<1.1.2a'] -> ca-certificates
mpmath -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
pyyaml -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
matplotlib[version='>=1.5'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
cython[version='>=0.25.2'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
coverage -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
jupyter -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
h5py -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
xlwt -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
rmg::quantities -> python -> ca-certificates
pydot -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
ffmpeg -> gnutls[version='>=3.6.5,<3.7.0a0'] -> ca-certificates
markupsafe -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
numpy[version='>=1.10.0'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
conda-forge::openbabel[version='>=3'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
scipy -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
jinja2 -> python -> ca-certificates
rmg::pyrdl -> python=2.7 -> ca-certificates
pandas -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
rmg::pydas[version='>=1.0.2'] -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
conda-forge::cclib[version='>=1.6.3'] -> python -> ca-certificates
scikit-learn -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
rmg::lpsolve55 -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
pymongo -> python[version='>=2.7,<2.8.0a0'] -> ca-certificates
Package sqlite conflicts for:
xlwt -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
markupsafe -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.30.0,<4.0a0|3.9.*']
rmg::pyjulia -> python=3.7 -> sqlite[version='>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0']
matplotlib[version='>=1.5'] -> python[version='>=3.8,<3.9.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.5,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|3.9.*']
rmg::pyrdl -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.30.0,<4.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.37.0,<4.0a0']
cython[version='>=0.25.2'] -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.35.4,<4.0a0|>=3.30.0,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|3.9.*']
scikit-learn -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.30.0,<4.0a0|3.9.*']
rmg::pydqed[version='>=1.0.1'] -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.30.0,<4.0a0']
rmg::lpsolve55 -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.30.0,<4.0a0']
rmg::muq2 -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0']
coolprop -> python[version='>=3.6,<3.7.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.26.0,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.37.0,<4.0a0|>=3.36.0,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.3,<4.0a0|>=3.37.2,<4.0a0|>=3.27.2,<4.0a0|>=3.25.1,<4.0a0|>=3.30.0,<4.0a0|>=3.35.4,<4.0a0|>=3.37.1,<4.0a0|>=3.35.5,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|3.9.*']
conda-forge::cclib[version='>=1.6.3'] -> python[version='>=3.6'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
rmg::diffeqpy -> python=3.7 -> sqlite[version='>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0']
pandas -> python[version='>=3.8,<3.9.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
cairocffi -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.37.0,<4.0a0|>=3.30.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.35.5,<4.0a0|3.9.*']
conda-forge::cantera[version='>=2.5'] -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.30.0,<4.0a0']
pyyaml -> python[version='>=3.8,<3.9.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|3.9.*']
python[version='>=3.7'] -> sqlite[version='>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0']
rmg::quantities -> python -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
scipy -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.35.5,<4.0a0|>=3.30.0,<4.0a0|3.9.*']
pydot -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.26.0,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.3,<4.0a0|>=3.27.2,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
conda-forge::openbabel[version='>=3'] -> python[version='>=3.8,<3.9.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0']
numpy[version='>=1.10.0'] -> python[version='>=3.8,<3.9.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
xlrd -> python -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
pyparsing -> python[version='>=3.6'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
jupyter -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
rmg::pyrms -> python=3.7 -> sqlite[version='>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0']
rmg::chemprop -> python[version='>=3.6'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0']
mpmath -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.26.0,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.3,<4.0a0|>=3.27.2,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.35.5,<4.0a0|>=3.30.0,<4.0a0|3.9.*']
coverage -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.4,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.30.0,<4.0a0|3.9.*']
pymongo -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.30.0,<4.0a0|3.9.*']
networkx -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
h5py -> python[version='>=3.10,<3.11.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.35.4,<4.0a0|>=3.30.0,<4.0a0|>=3.35.5,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|3.9.*']
rmg::gprof2dot -> python -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
rmg::pydas[version='>=1.0.2'] -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.30.0,<4.0a0']
psutil -> python[version='>=3.7,<3.8.0a0'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.33.0,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.34.0,<4.0a0|>=3.32.3,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|>=3.35.4,<4.0a0|>=3.30.0,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.38.5,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|3.9.*']
rmg::numdifftools -> python -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
nose -> python[version='>=3.6'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
jinja2 -> python[version='>=3.6'] -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0|>=3.30.1,<4.0a0|>=3.31.1,<4.0a0|>=3.32.3,<4.0a0|>=3.33.0,<4.0a0|>=3.35.4,<4.0a0|>=3.36.0,<4.0a0|>=3.37.2,<4.0a0|>=3.38.3,<4.0a0|>=3.38.2,<4.0a0|>=3.38.5,<4.0a0|>=3.37.1,<4.0a0|>=3.37.0,<4.0a0|>=3.35.5,<4.0a0|>=3.34.0,<4.0a0|>=3.28.0,<4.0a0|>=3.25.1,<4.0a0|3.9.*']
Package pypy3.9 conflicts for:
coolprop -> numpy -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
pymongo -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
nose -> python[version='>=3.6'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.9|>=7.3.8']
pyyaml -> pypy3.9[version='>=7.3.8']
conda-forge::cclib[version='>=1.6.3'] -> biopython -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
pyparsing -> python[version='>=3.6'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
pydot -> pypy3.9[version='>=7.3.9']
pyyaml -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*|>=7.3.9']
cython[version='>=0.25.2'] -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> pypy3.9[version='>=7.3.8|>=7.3.9']
mpmath -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
coverage -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*']
rmg::quantities -> numpy -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
pandas -> pypy3.9[version='>=7.3.9']
rmg::pyrms -> pydot -> pypy3.9[version='>=7.3.8|>=7.3.9']
scipy -> numpy[version='>=1.21.2,<2.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
conda-forge::cantera[version='>=2.5'] -> numpy[version='>=1.19.5,<2.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
pydot -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*']
xlrd -> python -> pypy3.9[version='7.3.8.*|7.3.9.*']
rmg::numdifftools -> numpy[version='>=1.9'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
markupsafe -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*']
rmg::gprof2dot -> python -> pypy3.9[version='7.3.8.*|7.3.9.*']
cython[version='>=0.25.2'] -> pypy3.9[version='>=7.3.8|>=7.3.9']
rmg::lpsolve55 -> numpy -> pypy3.9[version='>=7.3.8|>=7.3.9']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
networkx -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.9|>=7.3.8']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> pypy3.9[version='>=7.3.8|>=7.3.9']
psutil -> pypy3.9[version='>=7.3.8|>=7.3.9']
numpy[version='>=1.10.0'] -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*']
pandas -> numpy[version='>=1.19.2,<2.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*|>=7.3.8']
rmg::muq2 -> nlopt -> pypy3.9[version='>=7.3.9']
xlwt -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
psutil -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.*|7.3.8.*|7.3.9.*']
markupsafe -> pypy3.9[version='>=7.3.8']
matplotlib[version='>=1.5'] -> tornado -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
h5py -> numpy[version='>=1.21.2,<2.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
cairocffi -> cffi[version='>=1.1.0'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
conda-forge::openbabel[version='>=3'] -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
jinja2 -> markupsafe[version='>=2.0'] -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
rmg::chemprop -> gunicorn -> pypy3.9[version='7.3.8.*|7.3.9.*|>=7.3.8|>=7.3.9']
python[version='>=3.7'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
python[version='>=3.7'] -> python_abi==3.9[build=*_pypy39_pp73] -> pypy3.9=7.3
jupyter -> python[version='>=3.9,<3.10.0a0'] -> pypy3.9[version='7.3.8.*|7.3.9.*']
numpy[version='>=1.10.0'] -> pypy3.9[version='>=7.3.8|>=7.3.9']
coverage -> pypy3.9[version='>=7.3.8|>=7.3.9']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> pypy3.9[version='>=7.3.8|>=7.3.9']
Package cairo conflicts for:
graphviz -> cairo[version='>=1.14.12,<2.0a0|>=1.16.0,<2.0a0|>=1.16.0,<1.17.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0']
pydot -> graphviz -> cairo[version='>=1.14.12,<2.0a0|>=1.16.0,<2.0a0|>=1.16.0,<1.17.0a0']
rmg::chemprop -> rdkit -> cairo[version='1.14.*|>=1.14.10,<1.15.0a0|>=1.14.12,<1.15.0a0|>=1.14.12,<2.0a0|>=1.16.0,<1.17.0a0']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0']
cairocffi -> cairo[version='1.14.*|>=1.14.12,<2.0a0|>=1.14|>=1.16.0,<2.0a0']
rmg::pyrms -> rdkit -> cairo[version='1.14.*|>=1.14.10,<1.15.0a0|>=1.14.12,<1.15.0a0|>=1.14.12,<2.0a0|>=1.16.0,<1.17.0a0']
graphviz -> pango[version='>=1.50.7,<2.0a0'] -> cairo[version='1.14.*|>=1.12.10|>=1.14.12,<1.15.0a0|>=1.6']
cairo
Package openblas-devel conflicts for:
numpy[version='>=1.10.0'] -> openblas[version='>=0.3.3,<0.3.4.0a0'] -> openblas-devel[version='0.3.10|0.3.13|0.3.17|0.3.18|0.3.20|0.3.20|0.3.3|>=0.2.20,<0.2.21.0a0|0.3.6|0.3.6|0.3.6|>=0.3.2,<0.3.3.0a0',build='0|2|0|hecd8cb5_0|hecd8cb5_1|hecd8cb5_0|hecd8cb5_1|2|3|1|hecd8cb5_0|1']
scikit-learn -> openblas[version='>=0.3.3,<0.3.4.0a0'] -> openblas-devel[version='0.3.3|>=0.2.20,<0.2.21.0a0',build='2|3|1']
scipy -> openblas[version='>=0.3.3,<0.3.4.0a0'] -> openblas-devel[version='0.3.3|>=0.2.20,<0.2.21.0a0',build='2|3|1']
Package libcxx conflicts for:
rmg::pyrms -> matplotlib -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0|>=13.0.1|>=12.0.1']
rmg::muq2 -> boost -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=12.0.1|>=9.0.1|>=9.0.0|>=12.0.0|>=13.0.1']
rmg::rdkit[version='>=2020.03.3.0'] -> libcxx[version='>=10.0.0']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0']
rmg::quantities -> numpy -> libcxx[version='>=10.0.0|>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
jupyter -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=12.0.0|>=11.0.1|>=11.0.0|>=10.0.1|>=4.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
markupsafe -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0|>=12.0.0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> libcxx[version='>=11.0.1|>=12.0.1']
rmg::diffeqpy -> python=3.7 -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0|>=13.0.1|>=12.0.1']
pandas -> python[version='>=3.6,<3.7.0a0'] -> libcxx
psutil -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0|>=12.0.0']
python[version='>=3.7'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
graphviz -> libcxx[version='>=11.0.1|>=11.1.0|>=12.0.0|>=4.0.1|>=13.0.1|>=12.0.1|>=9.0.1|>=9.0.0']
rmg::lpsolve55 -> numpy -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1|>=9.0.1|>=9.0.0']
pyparsing -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
conda-forge::openbabel[version='>=3'] -> libcxx[version='>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
cairo -> glib[version='>=2.69.1,<3.0a0'] -> libcxx[version='>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=12.0.0|>=13.0.1|>=9.0.1|>=9.0.0|>=12.0.1']
pydot -> graphviz -> libcxx[version='>=10.0.0|>=11.0.1|>=11.1.0|>=12.0.0|>=4.0.1|>=13.0.1|>=12.0.1|>=9.0.1|>=9.0.0|>=11.0.0|>=10.0.1']
xlrd -> python -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
rmg::muq2 -> libcxx[version='>=4.0.1']
pandas -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=13.0.1|>=12.0.1|>=11.1.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
coolprop -> libcxx[version='>=10.0.1|>=11.0.0|>=11.1.0|>=12.0.1|>=13.0.1|>=4.0.1|>=9.0.1|>=9.0.0']
cython[version='>=0.25.2'] -> python[version='>=3.6,<3.7.0a0'] -> libcxx
cython[version='>=0.25.2'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=13.0.1|>=12.0.1|>=11.1.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
pyyaml -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.1.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=13.0.1|>=12.0.1']
conda-forge::cclib[version='>=1.6.3'] -> biopython -> libcxx[version='>=10.0.0|>=11.1.0|>=12.0.0|>=4.0.1|>=13.0.1|>=12.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
numpy[version='>=1.10.0'] -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
numpy[version='>=1.10.0'] -> libcxx[version='>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1']
coverage -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0|>=12.0.0']
scipy -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=13.0.1|>=11.1.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
ffmpeg -> gmp[version='>=6.1.2'] -> libcxx[version='>=10.0.0|>=12.0.0']
ffmpeg -> libcxx[version='>=10.0.1|>=11.0.0|>=11.1.0|>=12.0.1|>=13.0.1|>=4.0.1|>=9.0.1']
rmg::gprof2dot -> python -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
pymongo -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=11.0.0|>=11.0.1']
conda-forge::cantera[version='>=2.5'] -> libcxx[version='>=11.0.1|>=11.1.0|>=13.0.1']
networkx -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=12.0.0|>=11.0.1|>=11.0.0|>=10.0.1|>=4.0.1|>=11.1.0|>=9.0.1|>=9.0.0|>=13.0.1|>=12.0.1']
rmg::pyrdl -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0']
graphviz -> cairo[version='>=1.16.0,<2.0a0'] -> libcxx[version='>=10.0.0|>=11.0.0|>=10.0.1']
conda-forge::cantera[version='>=2.5'] -> fmt[version='>=8.1.1,<9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=12.0.0|>=12.0.1|>=4.0.1|>=9.0.1|>=9.0.0']
nose -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
jinja2 -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
coolprop -> numpy -> libcxx[version='>=10.0.0|>=12.0.0|>=11.0.1']
matplotlib[version='>=1.5'] -> libcxx[version='>=4.0.1']
rmg::numdifftools -> numpy[version='>=1.9'] -> libcxx[version='>=10.0.0|>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
rmg::chemprop -> numpy -> libcxx[version='>=10.0.0|>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
scipy -> numpy[version='>=1.21.2,<2.0a0'] -> libcxx[version='>=12.0.1']
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> libcxx[version='>=10.0.0|>=12.0.0|>=11.0.0|>=10.0.1|>=9.0.0|>=13.0.1|>=12.0.1|>=11.1.0|>=4.0.1|>=11.0.1|>=9.0.1']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> libcxx[version='>=10.0.0|>=11.1.0|>=12.0.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=13.0.1|>=12.0.1']
scikit-learn -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=13.0.1|>=11.1.0|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
pymongo -> libcxx[version='>=10.0.0|>=12.0.0|>=4.0.1|>=12.0.1|>=11.1.0|>=10.0.1|>=9.0.1|>=9.0.0']
xlwt -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=12.0.0|>=11.0.1|>=11.0.0|>=10.0.1|>=4.0.1|>=11.1.0|>=9.0.1|>=9.0.0']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0'] -> libcxx[version='>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=12.0.0|>=4.0.1|>=13.0.1|>=12.0.1|>=9.0.1|>=9.0.0']
rmg::pyjulia -> python=3.7 -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=4.0.1|>=9.0.1|>=9.0.0|>=13.0.1|>=12.0.1']
mpmath -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=4.0.1|>=11.1.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=12.0.0']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1|>=9.0.1|>=9.0.0']
cairocffi -> cairo=1.14 -> libcxx[version='>=10.0.0|>=4.0.1|>=11.1.0|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=12.0.0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.0.1|>=11.1.0|>=12.0.0|>=13.0.1|>=12.0.1|>=4.0.1|>=9.0.1|>=9.0.0']
cairo -> libcxx[version='>=10.0.0|>=4.0.1']
Package liblapack conflicts for:
pandas -> numpy[version='>=1.19.2,<2.0a0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::diffeqpy -> julia[version='>1'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0']
conda-forge::cantera[version='>=2.5'] -> numpy[version='>=1.19.5,<2.0a0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.9.0,<4.0a0']
numpy[version='>=1.10.0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
nomkl -> blas=[build=openblas] -> liblapack[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0',build='3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas']
conda-forge::cclib[version='>=1.6.3'] -> numpy -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> liblapack[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0',build='4_mkl|7_mkl|8_mkl|9_mkl|10_mkl|14_mkl|15_mkl|18_mkl|6_mkl|7_mkl|9_mkl|10_mkl|11_osx64_mkl|12_osx64_mkl|14_osx64_mkl|3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas|15_osx64_mkl|13_osx64_mkl|8_mkl|5_mkl|21_mkl|20_mkl|19_mkl|16_mkl|13_mkl|12_mkl|11_mkl|6_mkl|5_mkl']
rmg::pyjulia -> julia[version='>1'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0']
rmg::numdifftools -> numpy[version='>=1.9'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::chemprop -> numpy -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::muq2 -> lapack -> liblapack=3.9.0
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
h5py -> numpy[version='>=1.21.2,<2.0a0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
scipy -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0']
numpy[version='>=1.10.0'] -> blas=[build=openblas] -> liblapack[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0',build='4_mkl|7_mkl|8_mkl|9_mkl|10_mkl|14_mkl|15_mkl|18_mkl|6_mkl|7_mkl|9_mkl|10_mkl|11_osx64_mkl|12_osx64_mkl|14_osx64_mkl|3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas|15_osx64_mkl|13_osx64_mkl|8_mkl|5_mkl|21_mkl|20_mkl|19_mkl|16_mkl|13_mkl|12_mkl|11_mkl|6_mkl|5_mkl']
scipy -> blas=[build=openblas] -> liblapack[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|>=3.9.0,<4.0a0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0',build='4_mkl|7_mkl|8_mkl|9_mkl|10_mkl|14_mkl|15_mkl|18_mkl|6_mkl|7_mkl|9_mkl|10_mkl|11_osx64_mkl|12_osx64_mkl|14_osx64_mkl|3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas|15_osx64_mkl|13_osx64_mkl|8_mkl|5_mkl|21_mkl|20_mkl|19_mkl|16_mkl|13_mkl|12_mkl|11_mkl|6_mkl|5_mkl']
networkx -> numpy[version='>=1.19'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::quantities -> numpy -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::lpsolve55 -> numpy -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
coolprop -> numpy -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
conda-forge::cantera[version='>=2.5'] -> liblapack[version='>=3.8.0,<4.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> liblapack[version='>=3.8.0,<4.0.0a0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
Package numpy conflicts for:
networkx -> pandas[version='>=1.1'] -> numpy[version='>=1.14.6,<2.0a0|>=1.15.4,<2.0a0|>=1.16.6,<2.0a0|>=1.19.2,<2.0a0|>=1.21.5,<2.0a0|>=1.21.2,<2.0a0|>=1.20.3,<2.0a0|>=1.20.2,<2.0a0|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.17']
scipy -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.16.6,<2.0a0|>=1.21.2,<2.0a0|>=1.15.1,<2.0a0|>=1.9.3,<2.0a0|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.19.2,<2.0a0|>=1.18.1,<2.0a0|>=1.9']
conda-forge::cclib[version='>=1.6.3'] -> numpy
scikit-learn -> scipy[version='>=1.1.0'] -> numpy[version='>=1.11|>=1.15.1,<2.0a0|>=1.18.1,<2.0a0']
pandas -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.11.*|>=1.11.3,<2.0a0|>=1.12.1,<2.0a0|>=1.13.3,<2.0a0|>=1.14.6,<2.0a0|>=1.15.4,<2.0a0|>=1.16.6,<2.0a0|>=1.19.2,<2.0a0|>=1.21.5,<2.0a0|>=1.21.2,<2.0a0|>=1.20.3,<2.0a0|>=1.20.2,<2.0a0|>=1.9.3,<2.0a0|>=1.9.3,<1.10.0a0|>=1.9|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.18.4,<2.0a0|>=1.18.1,<2.0a0|>=1.9.*|>=1.8|>=1.7']
rmg::chemprop -> hyperopt -> numpy[version='1.10.*|1.11.*|>=1.11.3,<2.0a0|>=1.17|>=1.19.4,<2.0a0|>=1.16.6,<2.0a0|>=1.16.5,<2.0a0|>=1.12|1.9.*|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.17.5,<2.0a0|>=1.19.2,<2.0a0|>=1.14.6,<2.0a0|>=1.9.3,<2.0a0|>=1.11|>=1.21.2,<2.0a0|>=1.21.5,<2.0a0|>=1.21.4,<2.0a0|>=1.9|1.13.*|1.12.*|>=1.15.1,<2.0a0|>=1.18.1,<2.0a0|>=1.11.0|>=1.13.3|>=1.16.1|>=1.12.1|>=1.8.2|>=1.10.1']
conda-forge::cantera[version='>=2.5'] -> numpy[version='>=1.16.6,<2.0a0|>=1.17.5,<2.0a0|>=1.18.5,<2.0a0|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.21.4,<2.0a0']
coolprop -> matplotlib -> numpy[version='1.10.*|1.11.*|>=1.14.6,<2.0a0|>=1.19.2,<2.0a0|>=1.21.5,<2.0a0|>=1.21.2,<2.0a0|>=1.20.3,<2.0a0|>=1.20.2,<2.0a0|>=1.16.6,<2.0a0|>=1.15.4,<2.0a0|>=1.13.3,<2.0a0|>=1.12.1,<2.0a0|>=1.11.3,<2.0a0|>=1.9.3,<2.0a0|>=1.9.3,<1.10.0a0|>=1.9|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.18.4,<2.0a0|>=1.18.1,<2.0a0|>=1.11.*|>=1.9.*|>=1.11|>=1.8|>=1.7|1.13.*|1.12.*|>=1.15.1,<2.0a0|>=1.17']
rmg::chemprop -> numpy
h5py -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.16.6,<2.0a0|>=1.21.2,<2.0a0|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.21.4,<2.0a0|>=1.18.5,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.19.2,<2.0a0|>=1.9.3,<2.0a0|>=1.8|>=1.8,<1.14']
rmg::numdifftools -> numpy[version='>=1.9']
coolprop -> numpy
rmg::numdifftools -> algopy[version='>=0.4'] -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.16.6,<2.0a0|>=1.21.2,<2.0a0|>=1.15.1,<2.0a0|>=1.9.3,<2.0a0|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.19.2,<2.0a0|>=1.18.1,<2.0a0|>=1.17.0,<2.0a0|>=1.19.1,<2.0a0|>=1.15.4,<2.0a0|>=1.17.3,<2.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12']
networkx -> numpy[version='>=1.19']
matplotlib[version='>=1.5'] -> numpy[version='1.10.*|1.11.*|>=1.14.6,<2.0a0']
rmg::muq2 -> boost -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.14.6,<2.0a0|>=1.16.5,<2.0a0|>=1.16.6,<2.0a0|>=1.17.5,<2.0a0|>=1.18.5,<2.0a0|>=1.19.5,<2.0a0|>=1.21.5,<2.0a0|>=1.21.4,<2.0a0|>=1.19.4,<2.0a0|>=1.19.2,<2.0a0|>=1.9.3,<2.0a0|>=1.8|>=1.9|>=1.7|>=1.21.2,<2.0a0|>=1.11.3,<2.0a0|>=1.21.6,<2.0a0|>=1.8,<1.14']
numpy[version='>=1.10.0']
rmg::pyrms -> matplotlib -> numpy[version='1.10.*|1.11.*|>=1.14.6,<2.0a0|>=1.12|1.9.*|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.17.5,<2.0a0|>=1.16.6,<2.0a0|>=1.16.5,<2.0a0|>=1.19.4,<2.0a0|>=1.19.2,<2.0a0|>=1.9.3,<2.0a0|>=1.11|>=1.15.4,<2.0a0']
rmg::lpsolve55 -> numpy
pandas -> bottleneck[version='>=1.3.1'] -> numpy[version='>=1.16.4,<2.0a0|>=1.21.3,<2.0a0']
conda-forge::cantera[version='>=2.5'] -> h5py -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.21.2,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.19.2,<2.0a0|>=1.9.3,<2.0a0|>=1.8|>=1.8,<1.14']
scikit-learn -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.16.6,<2.0a0|>=1.21.2,<2.0a0|>=1.9.3,<2.0a0|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.19.2,<2.0a0|>=1.9']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0|>=1.16.4,<2.0a0']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> numpy[version='>=1.11.3,<2.0a0|>=1.15.4,<2.0a0|>=1.16.6,<2.0a0|>=1.17|>=1.19.2,<2.0a0|>=1.21.2,<2.0a0|>=1.19.5,<2.0a0|>=1.18.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.16.5,<2.0a0|>=1.19.4,<2.0a0|>=1.21.6,<2.0a0|>=1.9.3,<2.0a0']
rmg::quantities -> numpy=1.9
rmg::rdkit[version='>=2020.03.3.0'] -> pandas -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.11.*|>=1.11.3,<2.0a0|>=1.12.1,<2.0a0|>=1.13.3,<2.0a0|>=1.14.6,<2.0a0|>=1.15.4,<2.0a0|>=1.16.6,<2.0a0|>=1.19.2,<2.0a0|>=1.21.5,<2.0a0|>=1.21.2,<2.0a0|>=1.20.3,<2.0a0|>=1.20.2,<2.0a0|>=1.9.3,<2.0a0|>=1.9.3,<1.10.0a0|>=1.9|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.18.4,<2.0a0|>=1.18.1,<2.0a0|>=1.9.*|>=1.8|>=1.7']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0|>=1.16.4,<2.0a0']
conda-forge::cclib[version='>=1.6.3'] -> biopython -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11.3,<2.0a0|>=1.9.3,<2.0a0|>=1.8|>=1.19.2,<2.0a0|>=1.21.5,<2.0a0|>=1.21.2,<2.0a0|>=1.20.3,<2.0a0|>=1.20.2,<2.0a0|>=1.16.6,<2.0a0|>=1.15.4,<2.0a0|>=1.14.6,<2.0a0|>=1.13.3,<2.0a0|>=1.12.1,<2.0a0|>=1.9.3,<1.10.0a0|>=1.9|>=1.19.5,<2.0a0|>=1.21.6,<2.0a0|>=1.18.5,<2.0a0|>=1.21.4,<2.0a0|>=1.17.5,<2.0a0|>=1.19.4,<2.0a0|>=1.16.5,<2.0a0|>=1.18.4,<2.0a0|>=1.18.1,<2.0a0|>=1.11.*|>=1.9.*|>=1.11|>=1.7|>=1.15.1,<2.0a0']
Package intel-openmp conflicts for:
scipy -> mkl[version='>=2021.4.0,<2022.0a0'] -> intel-openmp=2021
rmg::muq2 -> mkl -> intel-openmp[version='2021.*|2022.*']
numpy[version='>=1.10.0'] -> mkl[version='>=2021.4.0,<2022.0a0'] -> intel-openmp[version='2021.*|2022.*']
scikit-learn -> mkl[version='>=2019.4,<2020.0a0'] -> intel-openmp
Package libgfortran conflicts for:
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> libgfortran[version='5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> libgfortran[version='3.0.1|5.*|>=3.0,<4.0.0.a0']
ffmpeg -> libgcc -> libgfortran==3.0.1
rmg::muq2 -> lapack -> libgfortran[version='>=3.0.1,<4.0.0.a0|>=3.0|>=3.0,<4.0.0.a0']
rmg::pyrms -> julia[version='>=1.3'] -> libgfortran=5
numpy[version='>=1.10.0'] -> libgfortran[version='5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> libgfortran[version='5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
coolprop -> numpy -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0|>=4.0.0,<5.0.0.a0']
pandas -> numpy[version='>=1.16.6,<2.0a0'] -> libgfortran[version='5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
rmg::diffeqpy -> julia[version='>1'] -> libgfortran[version='4.*|5.*|>=4.0.0,<5.0.0.a0|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> libgfortran[version='3.0.1|5.*|>=3.0,<4.0.0.a0']
rmg::pydqed[version='>=1.0.1'] -> libgfortran[version='>=3.0.1,<4.0.0.a0']
conda-forge::cclib[version='>=1.6.3'] -> numpy -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0|>=4.0.0,<5.0.0.a0']
rmg::pydas[version='>=1.0.2'] -> libgfortran[version='>=3.0.1,<4.0.0.a0']
nomkl -> blas=[build=openblas] -> libgfortran[version='4.*|5.*|>=4.0.0,<5.0.0.a0|>=3.0.1,<4.0.0.a0']
rmg::pyjulia -> julia[version='>1'] -> libgfortran[version='4.*|5.*|>=4.0.0,<5.0.0.a0|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
rmg::lpsolve55 -> numpy -> libgfortran[version='5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
networkx -> scipy[version='>=1.5,!=1.6.1'] -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=4.0.0,<5.0.0.a0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=4.0.0,<5.0.0.a0|>=3.0,<4.0.0.a0']
rmg::numdifftools -> numpy[version='>=1.9'] -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0|>=4.0.0,<5.0.0.a0']
rmg::chemprop -> numpy -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0|>=4.0.0,<5.0.0.a0']
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=4.0.0,<5.0.0.a0|>=3.0,<4.0.0.a0']
scipy -> libgcc -> libgfortran==3.0.1
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0'] -> libgfortran[version='4.*|5.*|>=4.0.0,<5.0.0.a0|>=3.0.1,<4.0.0.a0']
rmg::quantities -> numpy -> libgfortran[version='5.*|>=3.0.1,<4.0.0.a0|>=3.0,<4.0.0.a0']
scipy -> libgfortran[version='4.*|5.*|>=3.0.1,<4.0.0.a0|>=4.0.0,<5.0.0.a0|>=3.0,<4.0.0.a0']
numpy[version='>=1.10.0'] -> blas=[build=openblas] -> libgfortran[version='4.*|>=4.0.0,<5.0.0.a0']
Package coverage conflicts for:
coverage
rmg::pyrms -> rmg[version='>=3.0.0'] -> coverage
Package cclib conflicts for:
conda-forge::cclib[version='>=1.6.3']
rmg::pyrms -> rmg[version='>=3.0.0'] -> cclib[version='>=1.6.3']
conda-forge|conda-forge::cclib[version='>=1.6.3']
Package libblas conflicts for:
numpy[version='>=1.10.0'] -> blas=[build=openblas] -> libblas[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0.*|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0.*|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0',build='4_blis|5_blis|6_blis|9_blis|12_blis|13_blis|14_blis|16_blis|1_blis|1_openblas|2_blis|3_blis|4_blis|4_mkl|5_blis|6_blis|9_blis|11_osx64_blis|12_osx64_accelerate|13_osx64_accelerate|13_osx64_blis|4_mkl|7_mkl|8_mkl|9_mkl|10_mkl|14_mkl|15_mkl|18_mkl|6_mkl|7_mkl|9_mkl|10_mkl|11_osx64_mkl|12_osx64_mkl|14_osx64_mkl|3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas|15_osx64_mkl|13_osx64_mkl|8_mkl|5_mkl|21_mkl|20_mkl|19_mkl|16_mkl|13_mkl|12_mkl|11_mkl|6_mkl|5_mkl|15_osx64_accelerate|15_osx64_blis|14_osx64_accelerate|14_osx64_blis|12_osx64_blis|10_blis|8_blis|7_blis|4_openblas|0_openblas|0_blis|15_blis|11_blis|10_blis|8_blis|7_blis']
rmg::numdifftools -> numpy[version='>=1.9'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> libblas[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0.*|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0.*|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0',build='4_blis|5_blis|6_blis|9_blis|12_blis|13_blis|14_blis|16_blis|1_blis|1_openblas|2_blis|3_blis|4_blis|4_mkl|5_blis|6_blis|9_blis|11_osx64_blis|12_osx64_accelerate|13_osx64_accelerate|13_osx64_blis|4_mkl|7_mkl|8_mkl|9_mkl|10_mkl|14_mkl|15_mkl|18_mkl|6_mkl|7_mkl|9_mkl|10_mkl|11_osx64_mkl|12_osx64_mkl|14_osx64_mkl|3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas|15_osx64_mkl|13_osx64_mkl|8_mkl|5_mkl|21_mkl|20_mkl|19_mkl|16_mkl|13_mkl|12_mkl|11_mkl|6_mkl|5_mkl|15_osx64_accelerate|15_osx64_blis|14_osx64_accelerate|14_osx64_blis|12_osx64_blis|10_blis|8_blis|7_blis|4_openblas|0_openblas|0_blis|15_blis|11_blis|10_blis|8_blis|7_blis']
pandas -> numpy[version='>=1.19.2,<2.0a0'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
scipy -> blas=[build=openblas] -> libblas[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0.*|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|>=3.9.0,<4.0a0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0.*|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0',build='4_blis|5_blis|6_blis|9_blis|12_blis|13_blis|14_blis|16_blis|1_blis|1_openblas|2_blis|3_blis|4_blis|4_mkl|5_blis|6_blis|9_blis|11_osx64_blis|12_osx64_accelerate|13_osx64_accelerate|13_osx64_blis|4_mkl|7_mkl|8_mkl|9_mkl|10_mkl|14_mkl|15_mkl|18_mkl|6_mkl|7_mkl|9_mkl|10_mkl|11_osx64_mkl|12_osx64_mkl|14_osx64_mkl|3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas|15_osx64_mkl|13_osx64_mkl|8_mkl|5_mkl|21_mkl|20_mkl|19_mkl|16_mkl|13_mkl|12_mkl|11_mkl|6_mkl|5_mkl|15_osx64_accelerate|15_osx64_blis|14_osx64_accelerate|14_osx64_blis|12_osx64_blis|10_blis|8_blis|7_blis|4_openblas|0_openblas|0_blis|15_blis|11_blis|10_blis|8_blis|7_blis']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::diffeqpy -> julia[version='>1'] -> libblas[version='>=3.8.0,<4.0a0']
conda-forge::cclib[version='>=1.6.3'] -> numpy -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
h5py -> numpy[version='>=1.21.2,<2.0a0'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
conda-forge::cantera[version='>=2.5'] -> liblapack[version='>=3.8.0,<4.0a0'] -> libblas[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0.*|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0|3.9.0.*|>=3.9.0,<4.0a0',build='4_mkl|6_openblas|6_mkl|7_openblas|7_mkl|8_mkl|9_openblas|9_mkl|10_openblas|10_mkl|11_openblas|13_openblas|14_mkl|14_openblas|15_openblas|15_mkl|16_openblas|16_mkl|17_openblas|18_mkl|1_openblas|3_openblas|4_mkl|5_openblas|6_openblas|6_mkl|7_mkl|8_mkl|9_openblas|9_mkl|10_openblas|10_mkl|12_osx64_mkl|12_osx64_accelerate|13_osx64_accelerate|13_osx64_openblas|14_osx64_openblas|14_osx64_accelerate|14_osx64_mkl|15_osx64_accelerate|15_osx64_openblas|15_osx64_mkl|13_osx64_mkl|12_osx64_openblas|11_osx64_openblas|11_osx64_mkl|8_openblas|7_openblas|5_mkl|4_openblas|2_openblas|0_openblas|21_mkl|20_mkl|19_mkl|13_mkl|12_openblas|12_mkl|11_mkl|8_openblas|5_mkl|5_openblas|4_openblas']
networkx -> numpy[version='>=1.19'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::lpsolve55 -> numpy -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
nomkl -> blas=[build=openblas] -> libblas[version='3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.8.0|3.9.0|3.9.0|3.9.0',build='3_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|12_openblas|13_openblas|14_openblas|15_openblas|16_openblas|17_openblas|5_openblas|6_openblas|8_openblas|9_openblas|10_openblas|13_osx64_openblas|14_osx64_openblas|15_osx64_openblas|12_osx64_openblas|11_osx64_openblas|7_openblas|11_openblas|7_openblas|4_openblas|2_openblas']
scipy -> libblas[version='>=3.8.0,<4.0a0']
rmg::pyjulia -> julia[version='>1'] -> libblas[version='>=3.8.0,<4.0a0']
rmg::quantities -> numpy -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
numpy[version='>=1.10.0'] -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
coolprop -> numpy -> libblas[version='>=3.8.0,<4.0a0|>=3.9.0,<4.0a0']
rmg::chemprop -> numpy -> libblas[version='*|>=3.8.0,<4.0a0|>=3.9.0,<4.0a0',build=*_mkl]
Package libgfortran5 conflicts for:
numpy[version='>=1.10.0'] -> blas=[build=openblas] -> libgfortran5[version='>=9.3.0']
nomkl -> blas=[build=openblas] -> libgfortran5[version='>=9.3.0']
scikit-learn -> numpy[version='>=1.16.6,<2.0a0'] -> libgfortran5[version='>=11.2.0|>=9.3.0']
scipy -> libgfortran5[version='>=9.3.0']
pandas -> numpy[version='>=1.16.6,<2.0a0'] -> libgfortran5[version='>=11.2.0']
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> libgfortran5[version='>=11.2.0']
coolprop -> numpy -> libgfortran5[version='>=11.2.0|>=9.3.0']
numpy[version='>=1.10.0'] -> libgfortran5[version='>=11.2.0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> libgfortran5[version='>=11.2.0']
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0'] -> libgfortran5[version='>=11.2.0|>=9.3.0']
networkx -> scipy[version='>=1.5,!=1.6.1'] -> libgfortran5[version='>=9.3.0']
rmg::diffeqpy -> julia[version='>1'] -> libgfortran5[version='>=9.3.0']
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> libgfortran5[version='>=11.2.0|>=9.3.0']
rmg::lpsolve55 -> numpy -> libgfortran5[version='>=11.2.0']
scipy -> libopenblas[version='>=0.3.3,<1.0a0'] -> libgfortran5[version='>=11.2.0']
rmg::pyrms -> julia[version='>=1.3'] -> libgfortran5[version='>=9.3.0']
conda-forge::cclib[version='>=1.6.3'] -> numpy -> libgfortran5[version='>=11.2.0|>=9.3.0']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> libgfortran5[version='>=11.2.0']
rmg::quantities -> numpy -> libgfortran5[version='>=11.2.0']
rmg::chemprop -> numpy -> libgfortran5[version='>=11.2.0|>=9.3.0']
rmg::numdifftools -> numpy[version='>=1.9'] -> libgfortran5[version='>=11.2.0|>=9.3.0']
rmg::pyjulia -> julia[version='>1'] -> libgfortran5[version='>=9.3.0']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> libgfortran5[version='>=11.2.0']
Package libgcc conflicts for:
rmg::numdifftools -> scipy[version='>=0.8'] -> libgcc
conda-forge::cclib[version='>=1.6.3'] -> scipy -> libgcc
numpy[version='>=1.10.0'] -> openblas[version='>=0.2.15'] -> libgcc
rmg::muq2 -> lapack -> libgcc
rmg::pydas[version='>=1.0.2'] -> libgcc
scikit-learn -> scipy -> libgcc
ffmpeg -> libgcc
rmg::chemprop -> scipy -> libgcc
scipy -> libgcc
coolprop -> scipy -> libgcc
rmg::pydqed[version='>=1.0.1'] -> libgcc
Package openssl conflicts for:
xlwt -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
jinja2 -> python[version='>=3.6'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::quantities -> python -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.0.2p,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1f,<1.1.2a']
conda-forge::cclib[version='>=1.6.3'] -> python[version='>=3.6'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a|>=1.1.1f,<1.1.2a']
ffmpeg -> openssl[version='>=1.1.1d,<1.1.2a']
mpmath -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2l,<1.0.3a|>=1.1.1h,<1.1.2a|>=1.1.1f,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1k,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1i,<1.1.2a']
rmg::pyrms -> python=3.7 -> openssl[version='>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
pymongo -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
matplotlib[version='>=1.5'] -> python[version='>=3.8,<3.9.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1m,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::chemprop -> python[version='>=3.6'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a|>=1.1.1f,<1.1.2a']
python[version='>=3.7'] -> openssl[version='>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a']
rmg::pyrdl -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1l,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1k,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::pydas[version='>=1.0.2'] -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
pyparsing -> python[version='>=3.6'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::gprof2dot -> python -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.0.2p,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1f,<1.1.2a']
networkx -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
coverage -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::pydqed[version='>=1.0.1'] -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
cython[version='>=0.25.2'] -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=3.0.2,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
coolprop -> python[version='>=3.6,<3.7.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1l,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1f,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1n,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1b,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=3.0.2,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1m,<1.1.2a']
rmg::numdifftools -> python -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.0.2p,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1f,<1.1.2a']
jupyter -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
cairocffi -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0']
rmg::diffeqpy -> python=3.7 -> openssl[version='>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
conda-forge::openbabel[version='>=3'] -> python[version='>=3.8,<3.9.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
xlrd -> python -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.0.2p,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1f,<1.1.2a']
pydot -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1c,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1b,<1.1.2a']
rmg::lpsolve55 -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
conda-forge::cantera[version='>=2.5'] -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
markupsafe -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
numpy[version='>=1.10.0'] -> python[version='>=3.8,<3.9.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1m,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::pyjulia -> python=3.7 -> openssl[version='>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
nose -> python[version='>=3.6'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.0.2p,<1.0.3a|>=1.1.1f,<1.1.2a']
scipy -> python[version='>=3.10,<3.11.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1m,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
scikit-learn -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=3.0.2,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
pandas -> python[version='>=3.8,<3.9.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1m,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::muq2 -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a']
psutil -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=3.0.2,<4.0a0|>=1.1.1m,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1o,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
pyyaml -> python[version='>=3.8,<3.9.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1l,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.2,<4.0a0|>=3.0.0,<4.0a0|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.1.1o,<1.1.2a|>=3.0.3,<4.0a0|>=1.1.1m,<1.1.2a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
rmg::rdkit[version='>=2020.03.3.0'] -> python[version='>=3.7,<3.8.0a0'] -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.1.1a,<1.1.2a|>=1.1.1b,<1.1.2a|>=1.1.1c,<1.1.2a|>=1.1.1d,<1.1.2a|>=1.1.1e,<1.1.2a|>=1.1.1g,<1.1.2a|>=1.1.1j,<1.1.2a|>=1.1.1k,<1.1.2a|>=1.1.1n,<1.1.2a|>=3.0.0,<4.0a0|>=1.1.1l,<1.1.2a|>=1.1.1i,<1.1.2a|>=1.1.1h,<1.1.2a|>=1.0.2p,<1.0.3a|>=1.0.2l,<1.0.3a|>=1.1.1f,<1.1.2a']
Package freetype conflicts for:
rmg::rdkit[version='>=2020.03.3.0'] -> freetype[version='>=2.9.1,<3.0a0']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0'] -> freetype[version='>=2.10.4,<3.0a0|>=2.9.1,<3.0a0']
ffmpeg -> freetype[version='2.8.1|2.8.1.*|>=2.10.4,<3.0a0|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0|>=2.8.1,<2.9.0a0|>=2.8.1,<2.8.2.0a0']
cairo -> fontconfig[version='>=2.13.0,<3.0a0'] -> freetype[version='>=2.9,<3.0a0']
pydot -> graphviz -> freetype[version='2.5.*|2.6.*|2.7|2.7.*|2.7|2.8.1|>=2.10.4,<3.0a0|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0|>=2.8.1,<2.9.0a0']
graphviz -> freetype[version='2.5.*|2.6.*|2.7|2.7.*|2.7|2.8.1|>=2.10.4,<3.0a0|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0|>=2.8.1,<2.9.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0'] -> freetype[version='2.5.*|2.6.*|2.7|2.7.*|2.7|2.8.*|2.8.1|2.8.1.*|>=2.10.3,<3.0a0|>=2.10.4,<3.0a0|>=2.8,<2.9.0a0|>=2.8.1,<2.9.0a0']
networkx -> matplotlib-base[version='>=3.4'] -> freetype[version='>=2.10.2,<3.0a0|>=2.10.4,<3.0a0|>=2.11.0,<3.0a0|>=2.3|>=2.9.1,<3.0a0']
cairo -> freetype[version='2.6.*|2.7|2.7.*|2.7|2.8.1|>=2.10.4,<3.0a0|>=2.9.1,<3.0a0|>=2.8,<2.9.0a0|>=2.8.1,<2.9.0a0']
coolprop -> matplotlib -> freetype[version='2.6.*|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0|>=2.11.0,<3.0a0|>=2.3|>=2.10.4,<3.0a0|>=2.10.2,<3.0a0']
matplotlib[version='>=1.5'] -> freetype[version='2.6.*|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0']
rmg::chemprop -> rdkit -> freetype[version='>=2.10.4,<3.0a0|>=2.9.1,<3.0a0']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> freetype[version='>=2.10.2,<3.0a0|>=2.10.4,<3.0a0|>=2.11.0,<3.0a0|>=2.3']
graphviz -> fontconfig -> freetype[version='2.7.*|>=2.10.2,<3.0a0|>=2.9,<3.0a0']
cairocffi -> cairo=1.14 -> freetype[version='2.6.*|2.7|2.7.*|2.7|2.8.1|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0|>=2.8.1,<2.9.0a0|>=2.10.4,<3.0a0']
rmg::pyrms -> matplotlib -> freetype[version='2.6.*|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0|>=2.10.4,<3.0a0']
Package tzdata conflicts for:
coverage -> python[version='>=3.9,<3.10.0a0'] -> tzdata
scipy -> python[version='>=3.10,<3.11.0a0'] -> tzdata
jinja2 -> python[version='>=3.6'] -> tzdata
conda-forge::openbabel[version='>=3'] -> python[version='>=3.9,<3.10.0a0'] -> tzdata
markupsafe -> python[version='>=3.9,<3.10.0a0'] -> tzdata
mpmath -> python[version='>=3.10,<3.11.0a0'] -> tzdata
pymongo -> python[version='>=3.10,<3.11.0a0'] -> tzdata
pandas -> python[version='>=3.9,<3.10.0a0'] -> tzdata
matplotlib[version='>=1.5'] -> python[version='>=3.10,<3.11.0a0'] -> tzdata
jupyter -> python[version='>=3.10,<3.11.0a0'] -> tzdata
rmg::quantities -> python -> tzdata
h5py -> python[version='>=3.10,<3.11.0a0'] -> tzdata
python[version='>=3.7'] -> tzdata
numpy[version='>=1.10.0'] -> python[version='>=3.9,<3.10.0a0'] -> tzdata
pyparsing -> python[version='>=3.6'] -> tzdata
rmg::gprof2dot -> python -> tzdata
pydot -> python[version='>=3.10,<3.11.0a0'] -> tzdata
coolprop -> python[version='>=3.9,<3.10.0a0'] -> tzdata
scikit-learn -> python[version='>=3.9,<3.10.0a0'] -> tzdata
networkx -> python[version='>=3.10,<3.11.0a0'] -> tzdata
conda-forge::cclib[version='>=1.6.3'] -> python[version='>=3.6'] -> tzdata
cairocffi -> python[version='>=3.7'] -> tzdata
psutil -> python[version='>=3.10,<3.11.0a0'] -> tzdata
xlrd -> python -> tzdata
rmg::chemprop -> python[version='>=3.6'] -> tzdata
xlwt -> python[version='>=3.10,<3.11.0a0'] -> tzdata
nose -> python[version='>=3.6'] -> tzdata
rmg::numdifftools -> python -> tzdata
conda-forge::cantera[version='>=2.5'] -> python[version='>=3.9,<3.10.0a0'] -> tzdata
pyyaml -> python[version='>=3.9,<3.10.0a0'] -> tzdata
cython[version='>=0.25.2'] -> python[version='>=3.9,<3.10.0a0'] -> tzdata
Package libgfortran4 conflicts for:
networkx -> scipy[version='>=1.5,!=1.6.1'] -> libgfortran4[version='>=7.5.0']
scikit-learn -> scipy[version='>=1.1.0'] -> libgfortran4[version='>=7.5.0']
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0'] -> libgfortran4[version='>=7.5.0']
coolprop -> scipy -> libgfortran4[version='>=7.5.0']
conda-forge::cclib[version='>=1.6.3'] -> scipy[version='>=1.2.0'] -> libgfortran4[version='>=7.5.0']
rmg::diffeqpy -> julia[version='>1'] -> libgfortran4[version='>=7.5.0']
scipy -> libgfortran=4 -> libgfortran4
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> libgfortran4[version='>=7.5.0']
rmg::numdifftools -> scipy[version='>=0.8'] -> libgfortran4[version='>=7.5.0']
rmg::pyjulia -> julia[version='>1'] -> libgfortran4[version='>=7.5.0']
nomkl -> blas=[build=openblas] -> libgfortran4[version='>=7.5.0']
numpy[version='>=1.10.0'] -> blas=[build=openblas] -> libgfortran4[version='>=7.5.0']
rmg::chemprop -> scipy -> libgfortran4[version='>=7.5.0']
scipy -> libgfortran4[version='>=7.5.0']
Package icu conflicts for:
cairocffi -> cairo=1.14 -> icu[version='56.*|58.*|>=58.2,<59.0a0|>=64.2,<65.0a0|>=70.1,<71.0a0|>=69.1,<70.0a0|>=68.1,<69.0a0|>=67.1,<68.0a0']
graphviz -> cairo[version='>=1.16.0,<2.0a0'] -> icu[version='56.*|58.*|>=64.2,<65.0a0|>=67.1,<68.0a0|>=68.1,<69.0a0|>=69.1,<70.0a0|>=70.1,<71.0a0']
cairo -> icu[version='56.*|58.*|>=58.2,<59.0a0|>=70.1,<71.0a0|>=69.1,<70.0a0|>=68.1,<69.0a0|>=67.1,<68.0a0|>=64.2,<65.0a0']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0'] -> icu[version='>=58.2,<59.0a0|>=64.2,<65.0a0|>=67.1,<68.0a0|>=68.1,<69.0a0|>=69.1,<70.0a0|>=70.1,<71.0a0']
ffmpeg -> libxml2[version='>=2.9.14,<2.10.0a0'] -> icu[version='>=58.2,<59.0a0|>=70.1,<71.0a0|>=69.1,<70.0a0|>=68.1,<69.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0'] -> icu[version='>=58.2,<59.0a0|>=70.1,<71.0a0|>=69.1,<70.0a0|>=68.1,<69.0a0|>=67.1,<68.0a0|>=64.2,<65.0a0']
pydot -> graphviz -> icu[version='>=58.2,<59.0a0']
rmg::muq2 -> boost -> icu=56
graphviz -> icu[version='>=58.2,<59.0a0']
Package symmetry conflicts for:
rmg|rmg::symmetry
rmg::symmetry
rmg::pyrms -> rmg[version='>=3.0.0'] -> symmetry
Package cairocffi conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> cairocffi
cairocffi
Package threadpoolctl conflicts for:
rmg::chemprop -> scikit-learn -> threadpoolctl[version='>=2.0.0']
scikit-learn -> threadpoolctl[version='>=2.0.0']
Package pillow conflicts for:
networkx -> matplotlib-base[version='>=3.4'] -> pillow[version='>=6.2.0']
rmg::chemprop -> rdkit -> pillow[version='>=4.1.1']
coolprop -> matplotlib-base -> pillow[version='>=6.2.0']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> pillow[version='>=6.2.0']
rmg::pyrms -> rdkit -> pillow
rmg::rdkit[version='>=2020.03.3.0'] -> pillow
Package libpng conflicts for:
graphviz -> fontconfig -> libpng[version='1.6.*|>=1.6.23,<1.7|>=1.6.32,<1.7.0a0']
matplotlib[version='>=1.5'] -> freetype[version='>=2.8,<2.9.0a0'] -> libpng[version='1.6.*|>=1.6.21,<1.7|>=1.6.32,<1.6.35']
matplotlib[version='>=1.5'] -> libpng[version='>=1.6.23,<1.7|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.36,<1.7.0a0|>=1.6.37,<1.7.0a0']
cairo -> freetype -> libpng=1.6
ffmpeg -> freetype[version='>=2.9.1,<3.0a0'] -> libpng[version='>=1.6.32,<1.6.35|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.37,<1.7.0a0|>=1.6.35,<1.7.0a0']
cairocffi -> cairo=1.14 -> libpng[version='>=1.6.21,<1.7|>=1.6.22,<1.6.31|>=1.6.32,<1.6.35|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.37,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.28,<1.7|>=1.6.23,<1.7']
pydot -> graphviz -> libpng[version='>=1.6.21,<1.7|>=1.6.22,<1.6.31|>=1.6.32,<1.6.35|>=1.6.34,<1.7.0a0|>=1.6.37,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.28,<1.7']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0'] -> libpng[version='>=1.6.35,<1.7.0a0|>=1.6.37,<1.7.0a0']
rmg::pyrms -> matplotlib -> libpng[version='>=1.6.23,<1.7|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.36,<1.7.0a0|>=1.6.37,<1.7.0a0']
coolprop -> matplotlib -> libpng[version='>=1.6.23,<1.7|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.36,<1.7.0a0|>=1.6.37,<1.7.0a0']
cairo -> libpng[version='>=1.6.21,<1.7|>=1.6.22,<1.6.31|>=1.6.32,<1.6.35|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.37,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.28,<1.7|>=1.6.23,<1.7']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0'] -> libpng[version='>=1.6.34,<1.7.0a0|>=1.6.37,<1.7.0a0|>=1.6.35,<1.7.0a0']
graphviz -> libpng[version='>=1.6.21,<1.7|>=1.6.22,<1.6.31|>=1.6.32,<1.6.35|>=1.6.34,<1.7.0a0|>=1.6.37,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.28,<1.7']
Package matplotlib conflicts for:
rmg::pyrms -> matplotlib
coolprop -> matplotlib
matplotlib[version='>=1.5']
rmg::pyrms -> rmg[version='>=3.0.0'] -> matplotlib[version='>=1.5']
networkx -> matplotlib[version='>=3.3']
Package gdbm conflicts for:
scipy -> pypy3.7[version='>=7.3.7'] -> gdbm[version='>=1.18,<1.19.0a0']
coverage -> pypy3.9[version='>=7.3.9'] -> gdbm[version='>=1.18,<1.19.0a0']
pyyaml -> pypy3.9[version='>=7.3.8'] -> gdbm[version='>=1.18,<1.19.0a0']
pydot -> pypy3.8[version='>=7.3.9'] -> gdbm[version='>=1.18,<1.19.0a0']
pymongo -> pypy3.7[version='>=7.3.7'] -> gdbm[version='>=1.18,<1.19.0a0']
pandas -> pypy3.9[version='>=7.3.9'] -> gdbm[version='>=1.18,<1.19.0a0']
jupyter -> pypy3.7[version='>=7.3.7'] -> gdbm[version='>=1.18,<1.19.0a0']
matplotlib[version='>=1.5'] -> pypy3.7[version='>=7.3.7'] -> gdbm[version='>=1.18,<1.19.0a0']
scikit-learn -> pypy3.7[version='>=7.3.7'] -> gdbm[version='>=1.18,<1.19.0a0']
markupsafe -> pypy3.9[version='>=7.3.8'] -> gdbm[version='>=1.18,<1.19.0a0']
python[version='>=3.7'] -> pypy3.9=7.3.9 -> gdbm[version='>=1.18,<1.19.0a0']
numpy[version='>=1.10.0'] -> pypy3.8[version='>=7.3.9'] -> gdbm[version='>=1.18,<1.19.0a0']
coolprop -> pypy3.7[version='>=7.3.7'] -> gdbm[version='>=1.18,<1.19.0a0']
cython[version='>=0.25.2'] -> pypy3.8[version='>=7.3.9'] -> gdbm[version='>=1.18,<1.19.0a0']
psutil -> pypy3.9[version='>=7.3.9'] -> gdbm[version='>=1.18,<1.19.0a0']
Package libgfortran-ng conflicts for:
rmg::chemprop -> numpy -> libgfortran-ng[version='>=3.0']
matplotlib[version='>=1.5'] -> numpy -> libgfortran-ng[version='>=3.0']
scipy -> numpy[version='>=1.11.3,<2.0a0'] -> libgfortran-ng[version='>=3.0']
h5py -> numpy[version='>=1.11.3,<2.0a0'] -> libgfortran-ng[version='>=3.0']
conda-forge::cclib[version='>=1.6.3'] -> numpy -> libgfortran-ng[version='>=3.0']
rmg::lpsolve55 -> numpy -> libgfortran-ng[version='>=3.0']
pandas -> numpy[version='>=1.13.3,<2.0a0'] -> libgfortran-ng[version='>=3.0']
scikit-learn -> numpy[version='>=1.11.3,<2.0a0'] -> libgfortran-ng[version='>=3.0']
rmg::pydas[version='>=1.0.2'] -> numpy -> libgfortran-ng[version='>=3.0']
rmg::pydqed[version='>=1.0.1'] -> numpy -> libgfortran-ng[version='>=3.0']
numpy[version='>=1.10.0'] -> libgfortran-ng[version='>=3.0']
coolprop -> numpy -> libgfortran-ng[version='>=3.0']
rmg::numdifftools -> numpy[version='>=1.9'] -> libgfortran-ng[version='>=3.0']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> libgfortran-ng[version='>=3.0']
rmg::quantities -> numpy -> libgfortran-ng[version='>=3.0']
Package jinja2 conflicts for:
rmg::chemprop -> flask -> jinja2[version='>=2.10.1,<3.0|>=2.10|>=2.10.1|>=3.0|>=2.4']
rmg::pyrms -> rmg[version='>=3.0.0'] -> jinja2
jinja2
jupyter -> nbconvert -> jinja2[version='>=2.4']
Package jpeg conflicts for:
pydot -> graphviz -> jpeg[version='9.*|>=9b,<10a|>=9d,<10a|>=9c,<10a']
rmg::rdkit[version='>=2020.03.3.0'] -> pillow -> jpeg[version='8.*|9.*|>=9b,<10a|>=9e,<10a|>=9d,<10a|>=9c,<10a']
graphviz -> jpeg[version='9.*|>=9b,<10a|>=9d,<10a|>=9c,<10a']
graphviz -> gdk-pixbuf -> jpeg[version='>=9e,<10a']
Package pyparsing conflicts for:
rmg::pyrms -> matplotlib -> pyparsing[version='>=2.1.4']
pydot -> pyparsing[version='>=2.1.4']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6|>=2.2.1']
conda-forge::cclib[version='>=1.6.3'] -> packaging[version='>=19.0'] -> pyparsing[version='<3,>=2.0.2|>=2.0.2|>=2.0.2,!=3.0.5|>=2.0.2,<3']
pyparsing
coolprop -> matplotlib -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6|>=2.2.1']
matplotlib[version='>=1.5'] -> pyparsing
networkx -> matplotlib-base[version='>=3.4'] -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6|>=2.2.1']
Package packaging conflicts for:
conda-forge::cclib[version='>=1.6.3'] -> packaging[version='>=19.0']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> packaging[version='>=20.0']
networkx -> matplotlib-base[version='>=3.4'] -> packaging[version='>=20.0']
pandas -> numexpr[version='>=2.7.1'] -> packaging
coolprop -> matplotlib-base -> packaging[version='>=20.0']
jupyter -> ipykernel -> packaging
rmg::numdifftools -> statsmodels[version='>=0.6'] -> packaging[version='>=21.3']
Package scikit-learn conflicts for:
rmg::chemprop -> scikit-learn
scikit-learn
rmg::pyrms -> rmg[version='>=3.0.0'] -> scikit-learn
Package certifi conflicts for:
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> certifi[version='>=2016.09|>=2016.9.26|>=2020.06.20']
networkx -> setuptools -> certifi[version='>=2016.09|>=2016.9.26|>=2020.06.20']
jinja2 -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']
conda-forge::cantera[version='>=2.5'] -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']
coolprop -> matplotlib-base -> certifi[version='>=2020.06.20']
pandas -> setuptools[version='<60.0.0'] -> certifi[version='>=2016.09|>=2016.9.26']
nose -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']
cython[version='>=0.25.2'] -> setuptools -> certifi[version='>=2016.09|>=2016.9.26']
Package libboost conflicts for:
rmg::rdkit[version='>=2020.03.3.0'] -> py-boost -> libboost[version='1.65.1|1.73.0|>=1.73.0,<1.73.1.0a0|>=1.73.0,<1.73.1.0a0|>=1.71.0,<1.71.1.0a0|>=1.71.0,<1.71.1.0a0|>=1.67.0,<1.67.1.0a0|>=1.65.1,<1.66.0a0',build='hf4d73c4_0|hd4c2dcd_11|h3fa6bed_12|h0a44026_10|ha68ee2f_10|h15b55ba_0|h8182a68_3']
rmg::rdkit[version='>=2020.03.3.0'] -> libboost[version='>=1.67.0,<1.68.0a0']
Package gprof2dot conflicts for:
rmg::gprof2dot
rmg::pyrms -> rmg[version='>=3.0.0'] -> gprof2dot
rmg|rmg::gprof2dot
Package libwebp-base conflicts for:
graphviz -> libwebp-base[version='>=1.1.0,<2.0a0']
graphviz -> libgd[version='>=2.3.3,<2.4.0a0'] -> libwebp-base[version='1.1.0|1.1.0.*|1.2.0.*|1.2.1.*|1.2.2.*|>=1.1.0,<1.2.0a0|>=1.2.1,<2.0a0|>=1.2.2,<2.0a0',build=2]
Package glib conflicts for:
pydot -> graphviz -> glib[version='>=2.56.1,<3.0a0|>=2.69.1,<3.0a0']
graphviz -> glib[version='>=2.56.1,<3.0a0|>=2.69.1,<3.0a0']
graphviz -> cairo[version='>=1.16.0,<2.0a0'] -> glib[version='2.51.*|2.55.*|>=2.51|>=2.55.0,<2.56.0a0|>=2.56.0,<3.0a0|>=2.58.2,<2.59.0a0|>=2.58.3,<3.0a0|>=2.67.4,<3.0a0|>=2.56.2,<2.57.0a0|>=2.62,<3.0a0|>=2.53.6,<3.0a0|>=2.65.0,<3.0a0|>=2.63.1,<3.0a0|>=2.28.0,<3.0a0']
cairocffi -> cairo=1.14 -> glib[version='2.51.*|2.55.*|>=2.53.6,<3.0a0|>=2.56.1,<3.0a0|>=2.58.3,<3.0a0|>=2.58.2,<2.59.0a0|>=2.56.2,<2.57.0a0|>=2.55.0,<2.56.0a0|>=2.69.1,<3.0a0|>=2.67.4,<3.0a0']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0'] -> glib[version='>=2.58.2,<2.59.0a0|>=2.58.3,<3.0a0|>=2.67.4,<3.0a0|>=2.69.1,<3.0a0']
cairo -> glib[version='2.51.*|2.55.*|>=2.53.6,<3.0a0|>=2.56.1,<3.0a0|>=2.67.4,<3.0a0|>=2.69.1,<3.0a0|>=2.58.3,<3.0a0|>=2.58.2,<2.59.0a0|>=2.56.2,<2.57.0a0|>=2.55.0,<2.56.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0'] -> glib[version='>=2.53.6,<3.0a0|>=2.56.1,<3.0a0|>=2.67.4,<3.0a0|>=2.69.1,<3.0a0|>=2.58.3,<3.0a0|>=2.58.2,<2.59.0a0|>=2.56.2,<2.57.0a0|>=2.55.0,<2.56.0a0']
Package fontconfig conflicts for:
graphviz -> fontconfig[version='>=2.13.0,<3.0a0|>=2.13.96,<3.0a0|>=2.13.1,<2.13.96.0a0']
graphviz -> cairo[version='>=1.16.0,<2.0a0'] -> fontconfig[version='2.11.*|2.12.*|>=2.12.4,<3.0a0|>=2.12.6,<3.0a0|>=2.13.0|>=2.13.1,<3.0a0|>=2.13.0,<2.13.96.0a0']
rmg::rdkit[version='>=2020.03.3.0'] -> cairo[version='>=1.14.12,<2.0a0'] -> fontconfig[version='>=2.12.4,<3.0a0|>=2.12.6,<3.0a0|>=2.13.0,<3.0a0|>=2.13.1,<3.0a0|>=2.13.96,<3.0a0|>=2.13.1,<2.13.96.0a0|>=2.13.0,<2.13.96.0a0']
cairo -> fontconfig[version='2.11.*|2.12.*|>=2.12.4,<3.0a0|>=2.12.6,<3.0a0|>=2.13.0,<3.0a0|>=2.13.1,<3.0a0|>=2.13.96,<3.0a0|>=2.13.1,<2.13.96.0a0|>=2.13.0,<2.13.96.0a0']
cairocffi -> cairo=1.14 -> fontconfig[version='2.11.*|2.12.*|>=2.12.4,<3.0a0|>=2.12.6,<3.0a0|>=2.13.0,<3.0a0|>=2.13.1,<2.13.96.0a0|>=2.13.0,<2.13.96.0a0|>=2.13.1,<3.0a0|>=2.13.96,<3.0a0']
conda-forge::openbabel[version='>=3'] -> cairo[version='>=1.16.0,<1.17.0a0'] -> fontconfig[version='>=2.13.1,<2.13.96.0a0|>=2.13.1,<3.0a0|>=2.13.96,<3.0a0']
ffmpeg -> fontconfig[version='>=2.13.96,<3.0a0']
pydot -> graphviz -> fontconfig[version='>=2.13.0,<3.0a0|>=2.13.96,<3.0a0|>=2.13.1,<2.13.96.0a0']
Package pyrdl conflicts for:
rmg|rmg::pyrdl
rmg::pyrdl
rmg::pyrms -> rmg[version='>=3.0.0'] -> pyrdl
Package psutil conflicts for:
psutil
rmg::pyrms -> rmg[version='>=3.0.0'] -> psutil
jupyter -> ipykernel -> psutil
Package cloog conflicts for:
rmg::pydqed[version='>=1.0.1'] -> libgcc -> cloog==0.18.0
scipy -> libgcc -> cloog==0.18.0
ffmpeg -> libgcc -> cloog==0.18.0
rmg::pydas[version='>=1.0.2'] -> libgcc -> cloog==0.18.0
Package quantities conflicts for:
rmg::quantities
rmg|rmg::quantities
rmg::pyrms -> rmg[version='>=3.0.0'] -> quantities
Package mpfr conflicts for:
rmg::pyrms -> julia[version='>=1.3'] -> mpfr[version='>=4.1.0,<5.0a0']
rmg::pyjulia -> julia[version='>1'] -> mpfr[version='>=4.0.1,<5.0a0|>=4.0.2,<5.0a0|>=4.1.0,<5.0a0']
rmg::pydqed[version='>=1.0.1'] -> libgcc -> mpfr[version='>=2.4.0']
scipy -> libgcc -> mpfr[version='>=2.4.0']
rmg::diffeqpy -> julia[version='>1'] -> mpfr[version='>=4.0.1,<5.0a0|>=4.0.2,<5.0a0|>=4.1.0,<5.0a0']
ffmpeg -> libgcc -> mpfr[version='>=2.4.0']
mpmath -> gmpy2 -> mpfr[version='3.*|>=4.0.1,<5.0a0|>=4.0.2,<5.0a0|>=4.1.0,<5.0a0']
rmg::pydas[version='>=1.0.2'] -> libgcc -> mpfr[version='>=2.4.0']
Package markupsafe conflicts for:
jupyter -> nbconvert -> markupsafe[version='>=2.0']
markupsafe
jinja2 -> markupsafe[version='>=0.23,<2|>=0.23,<2.1|>=0.23|>=2.0|>=2.0.0rc2']
rmg::pyrms -> rmg[version='>=3.0.0'] -> markupsafe
Package cffi conflicts for:
cairocffi -> cffi[version='>=0.6|>=1.1.0|>=1.1']
rmg::chemprop -> pytorch-cpu -> cffi
Package networkx conflicts for:
networkx
rmg::pyrms -> rmg[version='>=3.0.0'] -> networkx
rmg::chemprop -> hyperopt -> networkx[version='>=2.2']
Package pyjulia conflicts for:
rmg::diffeqpy -> pyjulia
rmg|rmg::pyjulia
rmg::pyjulia
rmg::pyrms -> pyjulia
Package nomkl conflicts for:
scikit-learn -> openblas[version='>=0.3.3,<0.3.4.0a0'] -> nomkl==3.0=0
numpy[version='>=1.10.0'] -> openblas[version='>=0.3.3,<0.3.4.0a0'] -> nomkl==3.0=0
nomkl
scipy -> openblas[version='>=0.3.3,<0.3.4.0a0'] -> nomkl==3.0=0
Package mopac conflicts for:
rmg::mopac
rmg::pyrms -> rmg[version='>=3.0.0'] -> mopac
rmg|rmg::mopac
Package openmpi conflicts for:
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> openmpi[version='3.0.*|>=4.0,<4.1.0a0|>=4.0,<5.0.0a0|>=4.1,<4.2.0a0']
h5py -> openmpi[version='>=3.1,<3.2.0a0|>=3.1.4,<3.2.0a0|>=4.0.1,<5.0.0a0|>=4.0.2,<5.0.0a0|>=4.0.4,<5.0.0a0|>=4.0.5,<5.0.0a0|>=4.1.0,<5.0a0|>=4.1.1,<5.0a0|>=4.1.2,<5.0a0|>=4.1.4,<5.0a0']
Package mpc conflicts for:
rmg::pydqed[version='>=1.0.1'] -> libgcc -> mpc[version='>=0.8.0']
scipy -> libgcc -> mpc[version='>=0.8.0']
mpmath -> gmpy2 -> mpc[version='>=1.1.0,<2.0a0|>=1.2.1,<2.0a0']
ffmpeg -> libgcc -> mpc[version='>=0.8.0']
rmg::pydas[version='>=1.0.2'] -> libgcc -> mpc[version='>=0.8.0']
Package tornado conflicts for:
coolprop -> matplotlib -> tornado
networkx -> matplotlib[version='>=3.3'] -> tornado
matplotlib[version='>=1.5'] -> tornado
rmg::pyrms -> matplotlib -> tornado
jupyter -> ipykernel -> tornado[version='>=4|>=4,<6|>=4.0|>=4.2|>=4.2,<7.0|>=6.1|>=5.0,<7.0|>=5.0|>=5.0,<7|>=4.1,<7']
Package mpmath conflicts for:
mpmath
rmg::pyrms -> rmg[version='>=3.0.0'] -> mpmath
Package fribidi conflicts for:
graphviz -> fribidi[version='>=1.0.4,<2.0a0']
graphviz -> pango[version='>=1.50.7,<2.0a0'] -> fribidi[version='>=1.0.10,<2.0a0|>=1.0.6|>=1.0.9,<2.0a0|>=1.0.5,<2.0a0|>=1.0.2,<2.0a0']
Package libxml2 conflicts for:
ffmpeg -> libxml2[version='>=2.9.12,<2.10.0a0|>=2.9.13,<2.10.0a0|>=2.9.14,<2.10.0a0']
conda-forge::openbabel[version='>=3'] -> libxml2[version='>=2.9.10,<2.10.0a0|>=2.9.12,<2.10.0a0|>=2.9.14,<2.10.0a0|>=2.9.9,<2.10.0a0']
cairo -> fontconfig[version='>=2.13.1,<3.0a0'] -> libxml2[version='2.9.*|>=2.9.10,<2.10.0a0|>=2.9.12,<2.10.0a0|>=2.9.9,<2.10.0a0|>=2.9.8,<2.10.0a0|>=2.9.7,<2.10.0a0|>=2.9.4,<2.10.0a0']
graphviz -> libxml2[version='>=2.9.8,<2.10.0a0']
graphviz -> fontconfig -> libxml2[version='2.9.*|>=2.9.10,<2.10.0a0|>=2.9.7,<2.10.0a0|>=2.9.4,<2.10.0a0|>=2.9.12,<2.10.0a0|>=2.9.9,<2.10.0a0|>=2.9.14,<2.10.0a0|>=2.9.13,<2.10.0a0']
pydot -> graphviz -> libxml2[version='>=2.9.8,<2.10.0a0']
Package pydqed conflicts for:
rmg|rmg::pydqed[version='>=1.0.1']
rmg::pydqed[version='>=1.0.1']
rmg::pyrms -> rmg[version='>=3.0.0'] -> pydqed[version='>=1.0.1']
Package pcre conflicts for:
cairo -> glib[version='>=2.69.1,<3.0a0'] -> pcre[version='>=8.41,<9.0a0|>=8.42,<9.0a0|>=8.43,<9.0a0|>=8.44,<9.0a0|>=8.45,<9.0a0']
graphviz -> glib[version='>=2.69.1,<3.0a0'] -> pcre[version='>=8.41,<9.0a0|>=8.43,<9.0a0|>=8.44,<9.0a0|>=8.45,<9.0a0']
pydot -> graphviz -> pcre[version='>=8.42,<9.0a0']
graphviz -> pcre[version='>=8.42,<9.0a0']
Package openblas conflicts for:
rmg::quantities -> numpy -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
conda-forge::cantera[version='>=2.5'] -> libblas[version='>=3.8.0,<4.0a0'] -> openblas[version='0.3.5.*|>=0.3.6,<0.3.7.0a0']
pandas -> numpy[version='>=1.15.4,<2.0a0'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
coolprop -> numpy -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
scikit-learn -> blas=[build=openblas] -> openblas[version='>=0.2.15']
nomkl -> blas=[build=openblas] -> openblas
conda-forge::cclib[version='>=1.6.3'] -> numpy -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
h5py -> numpy[version='>=1.14.6,<2.0a0'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
rmg::pydas[version='>=1.0.2'] -> numpy[version='>=1.15.4,<2.0a0'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
rmg::muq2 -> sundials==2.6.2 -> openblas[version='0.2.18.*|0.2.18|0.2.18.*']
numpy[version='>=1.10.0'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
rmg::numdifftools -> numpy[version='>=1.9'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
numpy[version='>=1.10.0'] -> blas=[build=openblas] -> openblas[version='0.3.5.*|>=0.3.6,<0.3.7.0a0']
scikit-learn -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0']
rmg::chemprop -> numpy -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
rmg::rdkit[version='>=2020.03.3.0'] -> numpy[version='>=1.12'] -> openblas[version='0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0']
scipy -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0']
rmg::diffeqpy -> julia[version='>1'] -> openblas[version='>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0']
matplotlib[version='>=1.5'] -> numpy[version='>=1.14.6,<2.0a0'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
rmg::pyjulia -> julia[version='>1'] -> openblas[version='>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0']
rmg::pydqed[version='>=1.0.1'] -> numpy[version='>=1.15.4,<2.0a0'] -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
rmg::lpsolve55 -> numpy -> openblas[version='0.2.18.*|0.2.18|0.2.18.*|0.2.19|0.2.19.*|0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0|>=0.2.15']
scipy -> blas=[build=openblas] -> openblas[version='0.3.5.*|>=0.2.15|>=0.3.6,<0.3.7.0a0']
Package yaml conflicts for:
pyyaml -> yaml[version='>=0.1.7,<0.2.0a0|>=0.2.5,<0.3.0a0|>=0.2.2,<0.3.0a0']
rmg::pyrms -> pyyaml -> yaml[version='>=0.1.7,<0.2.0a0|>=0.2.5,<0.3.0a0|>=0.2.2,<0.3.0a0']
conda-forge::cantera[version='>=2.5'] -> ruamel_yaml -> yaml[version='>=0.1.7,<0.2.0a0|>=0.2.5,<0.3.0a0|>=0.2.2,<0.3.0a0']
Package chemprop conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> chemprop
rmg|rmg::chemprop
rmg::chemprop
Package graphviz conflicts for:
graphviz
pydot -> graphviz
rmg::pyrms -> pydot -> graphviz
Package librsvg conflicts for:
pydot -> graphviz -> librsvg[version='>=2.50.3,<3.0a0|>=2.50.5,<3.0a0|>=2.50.7,<3.0a0|>=2.52.0,<3.0a0|>=2.52.3,<3.0a0|>=2.52.4,<3.0a0|>=2.52.5,<3.0a0|>=2.54.3,<3.0a0|>=2.54.4,<3.0a0']
graphviz -> librsvg[version='>=2.50.3,<3.0a0|>=2.50.5,<3.0a0|>=2.50.7,<3.0a0|>=2.52.0,<3.0a0|>=2.52.3,<3.0a0|>=2.52.4,<3.0a0|>=2.52.5,<3.0a0|>=2.54.3,<3.0a0|>=2.54.4,<3.0a0']
Package cython conflicts for:
rmg::pyrms -> pyyaml -> cython[version='>=0.25.2']
pyyaml -> cython
cython[version='>=0.25.2']
Package nose conflicts for:
nose
rmg::pyrms -> rmg[version='>=3.0.0'] -> nose
Package ffmpeg conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> ffmpeg
ffmpeg
Package pytz conflicts for:
rmg::rdkit[version='>=2020.03.3.0'] -> pandas -> pytz[version='>=2017.2|>=2017.3|>=2020.1']
rmg::pyrms -> matplotlib -> pytz
matplotlib[version='>=1.5'] -> pytz
conda-forge::cclib[version='>=1.6.3'] -> pandas -> pytz[version='>=2017.2|>=2017.3|>=2020.1']
pandas -> pytz[version='>=2017.2|>=2017.3|>=2020.1']
coolprop -> matplotlib -> pytz[version='>=2017.2|>=2017.3|>=2020.1']
networkx -> pandas[version='>=1.1'] -> pytz[version='>=2017.2|>=2017.3|>=2020.1']
Package lpsolve55 conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> lpsolve55
rmg::lpsolve55
rmg|rmg::lpsolve55
Package hdf5 conflicts for:
rmg::muq2 -> h5py -> hdf5[version='1.10.1|1.10.1.*|1.10.2.*|>=1.10.1,<1.10.2.0a0|>=1.10.2,<1.10.3.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.6,<1.10.7.0a0|>=1.8.20,<1.9.0a0|>=1.8.18,<1.8.19.0a0|>=1.12.1,<1.12.2.0a0|>=1.12.1,<1.12.2.0a0|>=1.12.1,<1.12.2.0a0|>=1.10.6,<1.10.7.0a0|>=1.10.6,<1.10.7.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.3,<1.10.4.0a0|1.8.18|1.8.18.*|1.8.17|1.8.17.*|1.8.17.*|1.8.15.*',build='mpi_mpich_*|mpi_openmpi_*|mpi_mpich_*|mpi_openmpi_*|mpi_openmpi_*|mpi_mpich_*|mpi_mpich_*|mpi_openmpi_*']
h5py -> hdf5[version='1.10.1|1.10.1.*|1.10.2.*|>=1.10.1,<1.10.2.0a0|>=1.10.2,<1.10.3.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.6,<1.10.7.0a0|>=1.8.20,<1.9.0a0|>=1.8.18,<1.8.19.0a0|>=1.12.1,<1.12.2.0a0|>=1.12.1,<1.12.2.0a0|>=1.12.1,<1.12.2.0a0|>=1.10.6,<1.10.7.0a0|>=1.10.6,<1.10.7.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.3,<1.10.4.0a0|1.8.18|1.8.18.*|1.8.17|1.8.17.*|1.8.17.*|1.8.15.*',build='mpi_mpich_*|mpi_openmpi_*|mpi_mpich_*|mpi_openmpi_*|mpi_openmpi_*|mpi_mpich_*|mpi_mpich_*|mpi_openmpi_*']
conda-forge::cantera[version='>=2.5'] -> h5py -> hdf5[version='1.10.1|1.10.1.*|1.10.2.*|>=1.10.1,<1.10.2.0a0|>=1.10.2,<1.10.3.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.6,<1.10.7.0a0|>=1.8.20,<1.9.0a0|>=1.8.18,<1.8.19.0a0|>=1.12.1,<1.12.2.0a0|>=1.12.1,<1.12.2.0a0|>=1.12.1,<1.12.2.0a0|>=1.10.6,<1.10.7.0a0|>=1.10.6,<1.10.7.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.5,<1.10.6.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.3,<1.10.4.0a0|1.8.18|1.8.18.*|1.8.17|1.8.17.*|1.8.17.*|1.8.15.*',build='mpi_mpich_*|mpi_openmpi_*|mpi_mpich_*|mpi_openmpi_*|mpi_openmpi_*|mpi_mpich_*|mpi_mpich_*|mpi_openmpi_*']
Package muq2 conflicts for:
rmg|rmg::muq2
rmg::muq2
rmg::pyrms -> rmg[version='>=3.0.0'] -> muq2
Package reportlab conflicts for:
rmg::chemprop -> rdkit -> reportlab
conda-forge::cclib[version='>=1.6.3'] -> biopython -> reportlab
rmg::pyrms -> rdkit -> reportlab
Package h5py conflicts for:
conda-forge::cantera[version='>=2.5'] -> h5py
rmg::muq2 -> h5py
rmg::pyrms -> rmg[version='>=3.0.0'] -> h5py
h5py
Package py-boost conflicts for:
rmg::muq2 -> boost -> py-boost[version='1.65.1|1.65.1|1.65.1|1.67.0|1.67.0|1.67.0|1.67.0|1.71.0|1.71.0|1.71.0|1.71.0|1.73.0',build='py36h6f59e01_3|py27h75ca4b9_3|py35h7bc8c8f_3|py37h6440ff4_4|py27h6440ff4_4|py36h6440ff4_4|py36h959d312_0|py37h959d312_0|py310hc081a56_0|py36he9a2976_10|py39hb2f4e1b_11|py36hb2f4e1b_11|py39hae1ba45_12|py38hae1ba45_12|py37hae1ba45_12|py310hc081a56_12|py37hb2f4e1b_11|py38hb2f4e1b_11|py38he9a2976_10|py37he9a2976_10|py38h959d312_0|py35h6440ff4_4']
rmg::chemprop -> rdkit -> py-boost
rmg::rdkit[version='>=2020.03.3.0'] -> py-boost
rmg::pyrms -> rdkit -> py-boost
Package mpich conflicts for:
h5py -> mpich[version='>=3.2,<3.3.0a0|>=3.2.1,<3.3.0a0|>=3.3.1,<5.0.0a0|>=3.3.2,<5.0.0a0|>=3.4.1,<5.0a0|>=3.4.2,<5.0a0|>=4.0.2,<5.0a0']
h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> mpich[version='3.2.*|>=3.3,<3.4.0a0|>=3.3,<5.0.0a0|>=4.0,<4.1.0a0|>=3.4,<5.0.0a0|>=4.0.1,<5.0a0']
Package cantera conflicts for:
conda-forge::cantera[version='>=2.5']
conda-forge|conda-forge::cantera[version='>=2.5']
rmg::pyrms -> rmg[version='>=3.0.0'] -> cantera[version='>=2.3.0']
Package importlib-metadata conflicts for:
jupyter -> ipykernel -> importlib-metadata[version='<4|<5']
rmg::chemprop -> flask -> importlib-metadata[version='>=3.6.0']
Package openbabel conflicts for:
conda-forge::openbabel[version='>=3']
rmg::pyrms -> rmg[version='>=3.0.0'] -> openbabel[version='>=3']
conda-forge|conda-forge::openbabel[version='>=3']
Package pymongo conflicts for:
pymongo
rmg::pyrms -> rmg[version='>=3.0.0'] -> pymongo
rmg::chemprop -> hyperopt -> pymongo
Package rdkit conflicts for:
rmg::pyrms -> rdkit
rmg::chemprop -> rdkit
rmg|rmg::rdkit[version='>=2020.03.3.0']
rmg::rdkit[version='>=2020.03.3.0']
rmg::pyrms -> rmg[version='>=3.0.0'] -> rdkit[version='>=2018']
Package graphite2 conflicts for:
graphviz -> harfbuzz[version='>=1.7.6,<2.0a0'] -> graphite2[version='1.3.*|>=1.3.10,<2.0a0']
graphviz -> graphite2[version='>=1.3.11,<2.0a0']
Package pyyaml conflicts for:
pyyaml
rmg::pyrms -> pyyaml
Package bottleneck conflicts for:
conda-forge::cclib[version='>=1.6.3'] -> pandas -> bottleneck[version='>=1.2.1|>=1.3.1']
pandas -> bottleneck[version='>=1.2.1|>=1.3.1']
rmg::rdkit[version='>=2020.03.3.0'] -> pandas -> bottleneck[version='>=1.2.1|>=1.3.1']
networkx -> pandas[version='>=1.1'] -> bottleneck[version='>=1.2.1|>=1.3.1']
coolprop -> pandas -> bottleneck[version='>=1.2.1|>=1.3.1']
Package subprocess32 conflicts for:
matplotlib[version='>=1.5'] -> subprocess32
rmg::pyrms -> matplotlib -> subprocess32
coolprop -> matplotlib -> subprocess32
Package xlrd conflicts for:
xlrd
rmg::pyrms -> rmg[version='>=3.0.0'] -> xlrd
Package libwebp conflicts for:
graphviz -> libgd[version='>=2.3.2,<2.4.0a0'] -> libwebp[version='>=1.0.0,<1.1.0a0']
graphviz -> libwebp
Package gettext conflicts for:
graphviz -> gdk-pixbuf -> gettext[version='>=0.19.8.1,<1.0a0|>=0.21.0,<1.0a0']
cairo -> glib[version='>=2.69.1,<3.0a0'] -> gettext[version='>=0.19.8.1,<1.0a0|>=0.21.0,<1.0a0']
ffmpeg -> gnutls[version='>=3.6.5,<3.7.0a0'] -> gettext[version='>=0.19.8.1,<1.0a0|>=0.19.8.1|>=0.21.0,<1.0a0']
Package pkg-config conflicts for:
cairocffi -> cairo -> pkg-config
graphviz -> cairo -> pkg-config
cairo -> pkg-config
Package pydot conflicts for:
pydot
rmg::pyrms -> pydot
Package gdk-pixbuf conflicts for:
graphviz -> gdk-pixbuf[version='>=2.36.12,<3.0a0|>=2.42.2,<3.0a0|>=2.42.4,<3.0a0|>=2.42.6,<3.0a0|>=2.42.8,<3.0a0']
graphviz -> gtk2 -> gdk-pixbuf[version='>=2.21.0']
Package libgit2 conflicts for:
rmg::pyjulia -> julia[version='>1'] -> libgit2[version='>=0.27.8,<0.28.0a0']
rmg::diffeqpy -> julia[version='>1'] -> libgit2[version='>=0.27.8,<0.28.0a0']
Package pydas conflicts for:
rmg|rmg::pydas[version='>=1.0.2']
rmg::pydas[version='>=1.0.2']
rmg::pyrms -> rmg[version='>=3.0.0'] -> pydas[version='>=1.0.2']
Package sundials conflicts for:
conda-forge::cantera[version='>=2.5'] -> libcantera=2.5.0 -> sundials[version='>=5.4.0,<5.5.0a0']
rmg::muq2 -> sundials==2.6.2
conda-forge::cantera[version='>=2.5'] -> sundials[version='>=5.7.0,<5.8.0a0']
Package tbb conflicts for:
numpy[version='>=1.10.0'] -> mkl[version='>=2021.4.0,<2022.0a0'] -> tbb=2021
scipy -> mkl[version='>=2021.4.0,<2022.0a0'] -> tbb=2021
rmg::muq2 -> mkl -> tbb=2021
Package llvm-openmp conflicts for:
scipy -> libopenblas[version='>=0.3.3,<1.0a0'] -> llvm-openmp[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.1.0|>=12.0.1|>=9.0.1|>=9.0.0|>=8.0.0|>=8.0.1']
scikit-learn -> llvm-openmp[version='>=10.0.0|>=12.0.0|>=13.0.1|>=11.1.0|>=12.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
numpy[version='>=1.10.0'] -> libopenblas[version='>=0.3.3,<1.0a0'] -> llvm-openmp[version='>=10.0.0|>=10.0.1|>=11.0.0|>=11.1.0|>=12.0.1|>=9.0.1|>=9.0.0|>=8.0.0|>=13.0.1']
rmg::muq2 -> mkl -> llvm-openmp[version='>=10.0.0|>=11.0.0|>=11.1.0|>=13.0.1|>=9.0.1']
rmg::chemprop -> pytorch-cpu -> llvm-openmp[version='>=10.0.0|>=12.0.0|>=13.0.1|>=11.1.0|>=12.0.1|>=11.0.1|>=11.0.0|>=10.0.1|>=9.0.1|>=9.0.0']
Package jupyter conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> jupyter
jupyter
Package numdifftools conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> numdifftools
rmg::numdifftools
rmg|rmg::numdifftools
Package glib-tools conflicts for:
cairo -> glib[version='>=2.69.1,<3.0a0'] -> glib-tools[version='2.66.4|2.66.4|2.66.4|2.66.4|2.66.5|2.66.5|2.66.5|2.66.5|2.66.6|2.66.6|2.66.6|2.66.6|2.66.6|2.66.7|2.66.7|2.68.0|2.68.0|2.68.1|2.68.2|2.68.2|2.68.2|2.68.3|2.68.4|2.68.4|2.70.0|2.70.0|2.70.1|2.70.2|2.70.2|2.70.2|2.70.2|2.70.2|2.72.1',build='h704b0d9_2|h22858aa_2|h9af6487_2|h89d5895_2|h91a8764_2|h9af6487_2|h1c7c35f_3|h1c7c35f_0|he49afe7_2|he49afe7_2|hcf210ce_0|hcf210ce_0|hcf210ce_0|hcf210ce_1|hcf210ce_3|h2292cb8_0|hcf210ce_4|hcf210ce_2|hcf210ce_1|he49afe7_1|he49afe7_0|he49afe7_0|he49afe7_1|he49afe7_0|he49afe7_0|he49afe7_1|he49afe7_1|h89d5895_2|hb100763_2|h91a8764_2|hb100763_2|h0a5c65b_2|h54c7649_2']
graphviz -> glib[version='>=2.69.1,<3.0a0'] -> glib-tools[version='2.66.4|2.66.4|2.66.4|2.66.4|2.66.5|2.66.5|2.66.5|2.66.5|2.66.6|2.66.6|2.66.6|2.66.6|2.66.6|2.66.7|2.66.7|2.68.0|2.68.0|2.68.1|2.68.2|2.68.2|2.68.2|2.68.3|2.68.4|2.68.4|2.70.0|2.70.0|2.70.1|2.70.2|2.70.2|2.70.2|2.70.2|2.70.2|2.72.1',build='h704b0d9_2|h22858aa_2|h9af6487_2|h89d5895_2|h91a8764_2|h9af6487_2|h1c7c35f_3|h1c7c35f_0|he49afe7_2|he49afe7_2|hcf210ce_0|hcf210ce_0|hcf210ce_0|hcf210ce_1|hcf210ce_3|h2292cb8_0|hcf210ce_4|hcf210ce_2|hcf210ce_1|he49afe7_1|he49afe7_0|he49afe7_0|he49afe7_1|he49afe7_0|he49afe7_0|he49afe7_1|he49afe7_1|h89d5895_2|hb100763_2|h91a8764_2|hb100763_2|h0a5c65b_2|h54c7649_2']
Package suitesparse conflicts for:
rmg::diffeqpy -> julia[version='>1'] -> suitesparse[version='5.4.0.*|>=5.10.1,<6.0a0|>=5.4.0,<6.0a0|>=5.6.0,<6.0a0']
rmg::pyrms -> julia[version='>=1.3'] -> suitesparse[version='5.4.0.*|>=5.10.1,<6.0a0|>=5.4.0,<6.0a0']
conda-forge::cantera[version='>=2.5'] -> sundials[version='>=5.7.0,<5.8.0a0'] -> suitesparse[version='>=5.6.0,<6.0a0|>=5.7.2,<6.0a0']
rmg::pyjulia -> julia[version='>1'] -> suitesparse[version='5.4.0.*|>=5.10.1,<6.0a0|>=5.4.0,<6.0a0|>=5.6.0,<6.0a0']
Package diffeqpy conflicts for:
rmg::pyrms -> diffeqpy
rmg::diffeqpy
rmg|rmg::diffeqpy
Package xlwt conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> xlwt
xlwt
Package fonttools conflicts for:
coolprop -> matplotlib-base -> fonttools[version='>=4.22.0']
networkx -> matplotlib-base[version='>=3.4'] -> fonttools[version='>=4.22.0']
matplotlib[version='>=1.5'] -> matplotlib-base[version='>=3.5.1,<3.5.2.0a0'] -> fonttools[version='>=4.22.0']
Package libglib conflicts for:
cairo -> glib[version='>=2.69.1,<3.0a0'] -> libglib[version='2.64.6|2.66.1|2.66.2|2.66.2|2.66.3|2.66.3|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.4|2.66.5|2.66.5|2.66.5|2.66.5|2.66.6|2.66.6|2.66.6|2.66.6|2.66.6|2.66.7|2.66.7|2.68.0|2.68.0|2.68.1|2.68.2|2.68.2|2.68.2|2.68.3|2.68.4|2.68.4|2.70.0|2.70.0|2.70.1|2.70.2|2.70.2|2.70.2|2.70.2|2.70.2|2.72.1',build='h2575888_0|hf3d9f4a_0|h66d303a_0|ha480d04_1|h3ff3deb_1|h372d7e7_2|h1c05a46_2|h372d7e7_2|h1c05a46_2|hd556434_1|hd556434_1|hd556434_0|hd556434_0|hf1fb8c0_0|hf1fb8c0_1|hf1fb8c0_4|hfbcb929_0|hf1fb8c0_3|hf1fb8c0_2|hf1fb8c0_0|hf1fb8c0_0|hf1fb8c0_1|hf1fb8c0_1|hd556434_0|hd556434_0|hd556434_2|hd556434_1|hd556434_2|h56565ab_0|h56565ab_3|h6f60381_2|h432db46_2|h432db46_2|h6f60381_2|h7424822_2|h8ea0d51_2|ha480d04_2|h3ff3deb_2|h7424822_1|h8ea0d51_1|h8c3b0b5_0|heac15fe_0|h60154bc_1|h2fc9090_0|hdb5fb44_0|hdb5fb44_1|hdb5fb44_0']
cairo -> libglib[version='>=2.64.6,<3.0a0|>=2.66.4,<3.0a0|>=2.68.0,<3.0a0|>=2.70.0,<3.0a0|>=2.70.2,<3.0a0']
Package harfbuzz conflicts for:
graphviz -> librsvg[version='>=2.54.4,<3.0a0'] -> harfbuzz[version='1.3.*|1.4.*|1.7.*|>=1.5.0,<2.0a0|>=1.7.4,<2.0a0|>=2.4.0,<3.0a0|>=2.6.0|>=4.3.0,<5.0a0|>=4.4.1,<5.0a0|>=4.2.0,<5.0a0|>=4.0.1,<5.0a0|>=3.4.0,<4.0a0|>=3.2.0,<4.0a0|>=3.0.0,<4.0a0|>=2.9.1,<3.0a0|>=2.8.2,<3.0a0|>=2.8.1,<3.0a0|>=2.8.0,<3.0a0|>=2.7.2,<3.0a0|>=2.3.0,<3.0a0|>=1.9.0,<2.0a0|>=1.8.6,<2.0a0|>=1.8.4,<2.0a0|>=1.7.6,<1.8.0a0|1.3.4.*']
graphviz -> harfbuzz[version='>=1.7.6,<2.0a0']
Package libtiff conflicts for:
graphviz -> libtiff[version='4.0.*|>=4.0.10,<5.0a0|>=4.0.9,<5.0a0|>=4.1.0,<5.0a0|>=4.0.8,<4.0.10|>=4.0.3,<4.0.8']
graphviz -> gdk-pixbuf -> libtiff[version='>=4.2.0,<5.0a0|>=4.3.0,<5.0a0']
Package coolprop conflicts for:
rmg::pyrms -> rmg[version='>=3.0.0'] -> coolprop
coolpropThe following specifications were found to be incompatible with your system:
- feature:/osx-64::__osx==10.16=0
- feature:|@/osx-64::__osx==10.16=0
- jupyter -> ipykernel -> __linux
- jupyter -> ipykernel -> __osx
Your installed version is: 10.16
I couldn't resolve it either w/o major modifications to the requirements. Here's a record of my trials if it's any help. I tried using mamba instead of conda.
(usage: before activating a conda env do conda install -c conda-forge mamba
, then proceed as you would for managing envs, but replace any conda
command with mamba
, e.g: mamba env create -f environment.yml
)
I got the following:
Encountered problems while solving.
Problem: package diffeqpy-1.1.0-rmg_1 requires python 3.7.*, but none of the providers can be installed
From looking at rmg::diffeqpy, I see under info/recipe/meta.yml the constraint python=3.7
Trying to solve the rmg_env knocking out the rmg::diffeqpy
requirement gives:
Encountered problems while solving.
Problem: package cantera-2.5.0-py36hcbfb300_0 requires python >=3.6,<3.7.0a0, but none of the providers can be installed
changing the cantera requirement to conda-forge::cantera >=2.6
gives:
Encountered problems while solving.
Problem: package muq2-0.2.0-py37h6bb024c_0 requires sundials 2.6.2, but none of the providers can be installed
From looking at rmg::muq2, I see under info/recipe/meta.yml the constraint sundials ==2.6.2
- we should consider the implications of increasing the python version requirement in diffeqpy and re-release it. We should probably require
python>=3.7
instead ofpython=3.7
- we should consider
sundials >=2.6.2
in muq2
Note that muq2 has python >=3.7,<3.8.0a0
. May or may not be an issue now, but will be an issue later.
Trying to solve the rmg_env knocking out the rmg::muq2
requirement,
The env was resolved, but we're missing diffeqpy
and muq2
of course. Perhaps try uploading new versions of them to the anaconda rmg channel, relaxing the above constraints, hoping that it won't introduce additional problems...
(Comment edited by @rwest to abbreviate)
So this version, getting cantera from the cantera
channel, manages to resolve and install the environment.
Some of the to_cantera methods fail with Cantera 2.6, so we'll need to cherry-pick some of @Nora-Khalil's fixes from https://github.com/ReactionMechanismGenerator/RMG-Py/pull/2321 to get it working, but it's progress.
I'm thinking perhaps upgrading to Cantera 2.6 is a stand-alone pull request, leaving the other conda issues alone? Question: how hard to we fight to stay compatible with Cantera 2.5? Are people OK with requiring an upgrade? I think it's inevitable eventually. Is it OK now?
FWIW this is the environment that github actions is now using on this commit.
# packages in environment at /usr/share/miniconda/envs/rmg_env:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_kmp_llvm conda-forge
_tflow_select 2.3.0 mkl
absl-py 0.15.0 pyhd3eb1b0_0
aiohttp 3.8.1 py37h7f8727e_1
aiosignal 1.2.0 pyhd3eb1b0_0
algopy 0.5.7 py_0 rmg
argon2-cffi 21.3.0 pyhd3eb1b0_0
argon2-cffi-bindings 21.2.0 py37h7f8727e_0
astor 0.8.1 py37h06a4308_0
async-timeout 4.0.1 pyhd3eb1b0_0
asynctest 0.13.0 py_0
atk-1.0 2.36.0 ha1a6a79_0
attrs 21.4.0 pyhd3eb1b0_0
backcall 0.2.0 pyhd3eb1b0_0
beautifulsoup4 4.11.1 py37h06a4308_0
biopython 1.78 py37h7f8727e_0
blas 2.17 openblas conda-forge
bleach 4.1.0 pyhd3eb1b0_0
blinker 1.4 py37h06a4308_0
boost 1.67.0 py37_4
bottleneck 1.3.5 py37h7deecbd_0
brotli 1.0.9 he6710b0_2
brotlipy 0.7.0 py37h27cfd23_1003
bzip2 1.0.8 h7b6447c_0
c-ares 1.18.1 h7f8727e_0
ca-certificates 2022.6.15 ha878542_0 conda-forge
cached-property 1.5.2 py_0
cachetools 4.2.2 pyhd3eb1b0_0
cairo 1.16.0 h19f5f5c_2
cairocffi 1.3.0 pyhd8ed1ab_0 conda-forge
cantera 2.6.0 py37hb93dfd8_0 cantera
cclib 1.7.1 pyhd8ed1ab_0 conda-forge
certifi 2022.6.15 py37h89c1867_0 conda-forge
cffi 1.15.0 py37hd667e15_1
charset-normalizer 2.0.4 pyhd3eb1b0_0
chemprop 0.0.1 py_0 rmg
click 8.0.4 py37h06a4308_0
cloudpickle 2.0.0 pyhd3eb1b0_0
codecov 2.1.11 pyhd3deb0d_0 conda-forge
coolprop 6.2.1 py37hf484d3e_0 rmg
coverage 6.3.2 py37h7f8727e_0
cryptography 37.0.1 py37h9ce1e76_0
cycler 0.11.0 pyhd3eb1b0_0
cython 0.29.30 py37h6a678d5_0
dataclasses 0.8 pyh6d0b6a4_7
dbus 1.13.18 hb2f20db_0
debugpy 1.5.1 py37h295c915_0
decorator 5.1.1 pyhd3eb1b0_0
defusedxml 0.7.1 pyhd3eb1b0_0
descriptastorus 2.2.0 py_0 rmg
diffeqpy 1.1.0 rmg_1 rmg
eigen 3.3.7 hd09550d_1
entrypoints 0.4 py37h06a4308_0
expat 2.4.4 h295c915_0
ffmpeg 4.2.2 h20bf706_0
flask 2.0.3 pyhd3eb1b0_0
font-ttf-dejavu-sans-mono 2.37 hd3eb1b0_0
font-ttf-inconsolata 2.001 hcb22688_0
font-ttf-source-code-pro 2.030 hd3eb1b0_0
font-ttf-ubuntu 0.83 h8b1ccd4_0
fontconfig 2.13.1 h6c09931_0
fonts-anaconda 1 h8fa9717_0
fonts-conda-ecosystem 1 hd3eb1b0_0
fonttools 4.25.0 pyhd3eb1b0_0
freetype 2.11.0 h70c0345_0
fribidi 1.0.10 h7b6447c_0
frozenlist 1.2.0 py37h7f8727e_0
future 0.18.2 py37_1
gast 0.2.2 py37_0
gdk-pixbuf 2.42.8 h433bba3_0
giflib 5.2.1 h7b6447c_0
glib 2.69.1 h4ff587b_1
gmp 6.2.1 h295c915_3
gnutls 3.6.15 he1e5248_0
gobject-introspection 1.72.0 py37hbb6d50b_0
google-auth 2.6.0 pyhd3eb1b0_0
google-auth-oauthlib 0.4.4 pyhd3eb1b0_0
google-pasta 0.2.0 pyhd3eb1b0_0
gprof2dot 2017.9.19 py_0 rmg
graphite2 1.3.14 h295c915_1
graphviz 2.50.0 h3cd0ef9_0
grpcio 1.42.0 py37hce63b2e_0
gst-plugins-base 1.14.0 h8213a91_2
gstreamer 1.14.0 h28cd5cc_2
gtk2 2.24.33 h73c1081_2
gts 0.7.6 hb67d8dd_3
gunicorn 20.1.0 py37h06a4308_0
h5py 3.6.0 py37ha0f2276_0
harfbuzz 4.3.0 hd55b92a_0
hdf5 1.10.6 hb1b8bf9_0
hyperopt 0.2.4 pyh9f0ad1d_0 rmg
icu 58.2 he6710b0_3
idna 3.3 pyhd3eb1b0_0
importlib-metadata 4.11.3 py37h06a4308_0
importlib_metadata 4.11.3 hd3eb1b0_0
importlib_resources 5.2.0 pyhd3eb1b0_1
intel-openmp 2022.0.1 h06a4308_3633
ipykernel 6.9.1 py37h06a4308_0
ipython 7.31.1 py37h06a4308_0
ipython_genutils 0.2.0 pyhd3eb1b0_1
ipywidgets 7.6.5 pyhd3eb1b0_1
itsdangerous 2.0.1 pyhd3eb1b0_0
jedi 0.18.1 py37h06a4308_1
jinja2 3.0.3 pyhd3eb1b0_0
joblib 1.1.0 pyhd3eb1b0_0
jpeg 9e h7f8727e_0
jsonschema 4.4.0 py37h06a4308_0
julia 1.6.0 rmg rmg
jupyter 1.0.0 py37_7
jupyter_client 7.2.2 py37h06a4308_0
jupyter_console 6.4.3 pyhd3eb1b0_0
jupyter_core 4.10.0 py37h06a4308_0
jupyterlab_pygments 0.1.2 py_0
jupyterlab_widgets 1.0.0 pyhd3eb1b0_1
keras-applications 1.0.8 py_1
keras-preprocessing 1.1.2 pyhd3eb1b0_0
kiwisolver 1.4.2 py37h295c915_0
lame 3.100 h7b6447c_0
lapack 3.6.1 ha44fe06_2 rmg
lcms2 2.12 h3be6417_0
ld_impl_linux-64 2.38 h1181459_1
libblas 3.8.0 17_openblas conda-forge
libboost 1.67.0 h46d08c1_4
libcantera 2.6.0 h3fd9d12_0 cantera
libcblas 3.8.0 17_openblas conda-forge
libffi 3.3 he6710b0_2
libgcc-ng 12.1.0 h8d9b700_16 conda-forge
libgd 2.3.3 h695aa2c_1
libgfortran 3.0.0 1 rmg
libgfortran-ng 7.5.0 ha8ba4b0_17
libgfortran4 7.5.0 ha8ba4b0_17
libidn2 2.3.2 h7f8727e_0
liblapack 3.8.0 17_openblas conda-forge
liblapacke 3.8.0 17_openblas conda-forge
libopenblas 0.3.10 h5a2b251_0
libopus 1.3.1 h7b6447c_0
libpng 1.6.37 hbc83047_0
libprotobuf 3.20.1 h4ff587b_0
librsvg 2.54.4 h19fe530_0
libsodium 1.0.18 h7b6447c_0
libstdcxx-ng 12.1.0 ha89aaad_16 conda-forge
libtasn1 4.16.0 h27cfd23_0
libtiff 4.2.0 h2818925_1
libtool 2.4.6 h295c915_1008
libunistring 0.9.10 h27cfd23_0
libuuid 1.0.3 h7f8727e_2
libvpx 1.7.0 h439df22_0
libwebp 1.2.2 h55f646e_0
libwebp-base 1.2.2 h7f8727e_0
libxcb 1.15 h7f8727e_0
libxml2 2.9.14 h74e7548_0
libzlib 1.2.12 h166bdaf_2 conda-forge
llvm-openmp 14.0.4 he0ac6c6_0 conda-forge
lpsolve 5.5.2.5 2 rmg
lpsolve55 5.5 py37h39e3cac_2 rmg
lz4-c 1.9.3 h295c915_1
markdown 3.3.4 py37h06a4308_0
markupsafe 2.1.1 py37h7f8727e_0
matplotlib 3.5.1 py37h06a4308_1
matplotlib-base 3.5.1 py37ha18d171_1
matplotlib-inline 0.1.2 pyhd3eb1b0_2
mistune 0.8.4 py37h14c3975_1001
mkl 2022.0.1 h06a4308_117
mopac 2017 1 rmg
mpmath 1.2.1 py37h06a4308_0
multidict 5.2.0 py37h7f8727e_2
munkres 1.1.4 py_0
muq2 0.2.0 py37h6bb024c_0 rmg
nanoflann 1.3.1 0 rmg
nbclient 0.5.13 py37h06a4308_0
nbconvert 6.4.4 py37h06a4308_0
nbformat 5.3.0 py37h06a4308_0
ncurses 6.3 h5eee18b_3
nest-asyncio 1.5.5 py37h06a4308_0
nettle 3.7.3 hbbd107a_1
networkx 2.6.3 pyhd3eb1b0_0
ninja 1.10.2 h06a4308_5
ninja-base 1.10.2 hd09550d_5
nlopt 2.6.2 py37h66931aa_0 rmg
nomkl 3.0 0
nose 1.3.7 pyhd3eb1b0_1008
notebook 6.4.11 py37h06a4308_0
numdifftools 0.9.39 py_0 rmg
numexpr 2.8.1 py37hecfb737_0
numpy 1.21.5 py37h7a5d4dd_2
numpy-base 1.21.5 py37hb8be1f0_2
oauthlib 3.1.0 py_0
openbabel 3.1.1 py37ha011765_4 conda-forge
openh264 2.1.1 h4ff587b_0
openssl 1.1.1q h166bdaf_0 conda-forge
opt_einsum 3.3.0 pyhd3eb1b0_1
packaging 21.3 pyhd3eb1b0_0
pandas 1.3.5 py37h8c16a72_0
pandocfilters 1.5.0 pyhd3eb1b0_0
pango 1.50.7 h05da053_0
parso 0.8.3 pyhd3eb1b0_0
patsy 0.5.2 py37h06a4308_1
pcre 8.45 h295c915_0
periodictable 1.5.2 py_0 rmg
pexpect 4.8.0 pyhd3eb1b0_3
pickleshare 0.7.5 pyhd3eb1b0_1003
pillow 9.2.0 py37hace64e9_1
pip 22.1.2 py37h06a4308_0
pixman 0.40.0 h7f8727e_1
prometheus_client 0.13.1 pyhd3eb1b0_0
prompt-toolkit 3.0.20 pyhd3eb1b0_0
prompt_toolkit 3.0.20 hd3eb1b0_0
protobuf 3.20.1 py37h295c915_0
psutil 5.9.0 py37h5eee18b_0
ptyprocess 0.7.0 pyhd3eb1b0_2
py-boost 1.67.0 py37h04863e7_4
pyasn1 0.4.8 pyhd3eb1b0_0
pyasn1-modules 0.2.8 py_0
pycparser 2.21 pyhd3eb1b0_0
pydas 1.0.2 py37h1c1f16f_4 rmg
pydot 1.4.1 py37h06a4308_0
pydqed 1.0.1 py37h1c1f16f_3 rmg
pygments 2.11.2 pyhd3eb1b0_0
pyjulia 0.5.3 rmg_1 rmg
pyjwt 2.4.0 py37h06a4308_0
pymongo 3.12.0 py37h295c915_0
pyopenssl 22.0.0 pyhd3eb1b0_0
pyparsing 3.0.4 pyhd3eb1b0_0
pyqt 5.9.2 py37h05f1152_2
pyrdl 1.1.2 py37h14c3975_0 rmg
pyrms 0.1.2 no_rmg_dep rmg
pyrsistent 0.18.0 py37heee7806_0
pysocks 1.7.1 py37_1
python 3.7.13 h12debd9_0
python-dateutil 2.8.2 pyhd3eb1b0_0
python-fastjsonschema 2.15.1 pyhd3eb1b0_0
python_abi 3.7 1_cp37m rmg
pytorch-cpu 1.1.0 py37he1b5a44_0 rmg
pytz 2022.1 py37h06a4308_0
pyyaml 6.0 py37h7f8727e_1
pyzmq 23.2.0 py37h6a678d5_0
qt 5.9.7 h5867ecd_1
qtconsole 5.3.1 py37h06a4308_0
qtpy 2.0.1 pyhd3eb1b0_0
quantities 0.12.3 pyh24bf2e0_0 rmg
rdkit 2020.03.3.0 py37hc20afe1_1 rmg
readline 8.1.2 h7f8727e_1
requests 2.28.1 py37h06a4308_0
requests-oauthlib 1.3.0 py_0
rsa 4.7.2 pyhd3eb1b0_1
ruamel.yaml 0.16.12 py37h7b6447c_1
ruamel.yaml.clib 0.2.6 py37h7f8727e_0
scikit-learn 1.0.2 py37h51133e4_1
scipy 1.7.3 py37h492baa0_0
send2trash 1.8.0 pyhd3eb1b0_1
setuptools 61.2.0 py37h06a4308_0
sip 4.19.8 py37hf484d3e_0
six 1.16.0 pyhd3eb1b0_1
soupsieve 2.3.1 pyhd3eb1b0_0
sqlite 3.38.5 hc218d9a_0
statsmodels 0.13.2 py37h7f8727e_0
sundials 2.6.2 0 rmg
symmetry 1.0.1 0 rmg
tensorboard 2.4.0 pyhc547734_0
tensorboard-plugin-wit 1.6.0 py_0
tensorboardx 2.2 pyhd3eb1b0_0
tensorflow 2.1.0 mkl_py37h80a91df_0
tensorflow-base 2.1.0 mkl_py37h6d63fb7_0
tensorflow-estimator 2.6.0 pyh7b7c402_0
termcolor 1.1.0 py37h06a4308_1
terminado 0.13.1 py37h06a4308_0
testpath 0.6.0 py37h06a4308_0
threadpoolctl 2.2.0 pyh0d69192_0
tk 8.6.12 h1ccaba5_0
torchvision-cpu 0.3.0 py37_cuNone_1 rmg
tornado 6.1 py37h27cfd23_0
tqdm 4.64.0 py37h06a4308_0
traitlets 5.1.1 pyhd3eb1b0_0
typing-extensions 4.1.1 hd3eb1b0_0
typing_extensions 4.1.1 pyh06a4308_0
urllib3 1.26.9 py37h06a4308_0
wcwidth 0.2.5 pyhd3eb1b0_0
webencodings 0.5.1 py37_1
werkzeug 2.0.3 pyhd3eb1b0_0
wheel 0.37.1 pyhd3eb1b0_0
widgetsnbextension 3.5.2 py37h06a4308_0
wrapt 1.14.1 py37h5eee18b_0
x264 1!157.20191217 h7b6447c_0
xlrd 2.0.1 pyhd3eb1b0_0
xlwt 1.3.0 py37_0
xz 5.2.5 h7f8727e_1
yaml 0.2.5 h7b6447c_0
yarl 1.6.3 py37h27cfd23_0
zeromq 4.3.4 h2531618_0
zipp 3.8.0 py37h06a4308_0
zlib 1.2.12 h7f8727e_2
zstd 1.5.2 ha4553b6_0
Didn't mean to close. Just force pushed an update, which then had no commits, and github closed the PR. Have now incorporated #2444 which switches us to the conda-forge version of pyjulia. (Hopefully that PR can be merged ahead of this one).
On my Mac, just creating an empty conda environment and requesting only pyrms
conda create --name rmgtest1 rmg::pyrms
Channels:
- defaults
- conda-forge
- rmg
Platform: osx-64
pyrms rmg/osx-64::pyrms-0.1.2-no_rmg_dep
you get the 0.1.2-no_rmg_dep version (and a ton of other stuff)
On clean Ubuntu
$ conda create -n rmgtest1 rmg::pyrms
Channels:
- defaults
- rmg
Platform: linux-64
pyrms rmg/linux-64::pyrms-0.1.2-no_rmg_dep
you get the same 0.1.2-no_rmg_dep version (and a ton of other stuff)
But on Ubuntu after doing conda config --append channels conda-forge
conda create -n rmgtest1 rmg::pyrms
Channels:
- defaults
- conda-forge
- rmg
Platform: linux-64
pyrms rmg/linux-64::pyrms-1.0.2-rmg_1
rmg rmg/linux-64::rmg-3.0.0-py37hb4e6623_0
rmgdatabase rmg/linux-64::rmgdatabase-3.1.0-py37_0
you get a different rmg/linux-64::pyrms-1.0.2-rmg_1 version. (and a ton of other stuff) Notice that it installed rmg, the database, and a different version of rms.
So Ubuntu and Mac end up resolving differently, and on ubuntu it depends in conda-forge
channel is enabled.
Our environment specifies channels
conda env create --name rmgtest1 -f environment.yml
Channels:
- defaults
- rmg
- conda-forge
- cantera
Platform: linux-64
etc. then in conda list
I find (on Ubuntu)
pyrms 1.0.2 rmg_1 rmg
rmg 3.1.0 py37h1515d6f_0 rmg
rmgdatabase 3.1.0 py37_0 rmg
i.e. on ubuntu, to create the environment in which to do a developer build from source of RMG, it actually installs the binary rmg and rmgdatabase.
Whereas on my mac I get:
pyrms 0.1.2 no_rmg_dep rmg
and no rmg
or rmgdatabase
@mjohnson541 any thoughts? Which version of rms is preferred? Can we have it both up-to-date and not-requiring-rmg?
Codecov Report
Merging #2322 (a9ad0d1) into main (99201fe) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #2322 +/- ##
=======================================
Coverage 48.13% 48.13%
=======================================
Files 110 110
Lines 30626 30626
Branches 7988 7988
=======================================
Hits 14743 14743
Misses 14353 14353
Partials 1530 1530
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
In commit 19124e79f6c501f69eadd9a2ed5c58723e9ecb1b on May 4 the CI installed
pyjulia 0.6.1 rmg_1 rmg
pyrms 0.1.2 no_rmg_dep rmg
Same in f4d7e9c13ee4c47aa4592908ae461595fe7e77e9 on May 8 Same in 8cfbf5cdb26d238c30a898fafa5b8ec2d2c35249 on May 10 Same in fdc3c4d68b129f9ed70f640bb822955bddea58f3 on May 12 (CI log)
But in c738227dd8966c1021fc5482db0c57e52e67c376 on May 13 (CI log)
pyjulia 0.6.1 rmg_1 rmg
pyrms 1.0.2 rmg_1 rmg
rmg 3.1.0 py37h1515d6f_0 rmg
rmgdatabase 3.1.0 py37_0 rmg
None of the changes between these commits (here) have any thing to do with conda environment. So why the change? Was a new version of rms pushed to the conda channel?
....and they answer is yes.
https://anaconda.org/RMG/pyrms/files
but only for linux-64
. And apparently it requests (through conda) rmg
and rmgdatabase
.
@hwpang and I released a new version of pyrms right before the training. However, we forgot about this nuance. The difference between the no_rmg_dep is rooted in the fact that RMS for now requires RMG for a few features so when installed independently it needs to install RMG. So independent installs of pyrms should require rmg, but installs of RMG-Py naturally shouldn't install rmg as a dependency of pyrms. We should generate new no_rmg_dep binaries for pyrms for rmg to use.
A bit of context on why we needed to release the new version of pyrms right before RMG Training: the new version of pyrms was required for the threaded sensitivity analysis to work properly. I only had time to build the linux version (for docker) back then to be in time for the training.
@rwest what's the status on this PR? I think many of the issues described at the top have been resolved by other PRs. We could stand to close this and make specific issues for muq2 and diffeqpy, which would now fall under the Python 3.11 transition project.
@rwest for the time being I am going to close this PR in favor of https://github.com/ReactionMechanismGenerator/RMG-Py/pull/2539 which is tackling many of these issues as part of fixing the conda binaries. Perhaps further simplifications will be possible after that PR is closed, in which case we could re-open this.