Raymond Gasper
Raymond Gasper
I've modified the way the `circuit_elements` map is generated to enable users to easily add new circuit elements or override existing circuit elements. Circuit elements are now defined by the...
## 📚 Installation Installing version 2.5.0 of deepchem with conda gives different code than installing deepchem 2.5.0 with pip ## Environment * OS: debian * Package manager (PyPI or Conda):...
remove import for rdkit, add rdkit to requirements, add rdkit to install_requires. This reflects changes in rdkit allowing it to be installed via pip (and all downstream tooling like pipenv,...
When trying to install descriptastorus via pip (through poetry), I see the following error: ```console poetry add git+https://github.com/bp-kelley/descriptastorus ``` ``` PackageInfoError Unable to determine package info for path: /var/folders/1m/281yfqmj42n90_znys0027y00000gp/T/pypoetry-git-descriptastorusw440te64 Fallback...
newer versions of numpy don't support `numpy.float`. Getting this error when using descriptastorus w/ `numpy==1.24.3`: ``` Traceback (most recent call last): File "/opt/conda/envs/env/lib/python3.8/site-packages/descriptastorus/descriptors/rdDescriptors.py", line 336, in applyFunc return FUNCS[name](m) File...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### How did you install Mamba? Micromamba ### Search tried in issue tracker #1675 ### Latest...
**Is your feature request related to a problem? Please describe.** It's not currently easy from the codebase or example to understand how to supply non-default Parameters to a workflow that...
I'm using an [AWS r8a.metal instance](https://aws.amazon.com/ec2/instance-types/r8a/) with AMI: `al2023-ami-2023.9.20251208.0-kernel-6.1-arm64` ```console uname -m aarch64 ``` I see an arm64 platform image available: ```console ~ docker buildx imagetools inspect steveltn/https-portal:1.25 dockerName: docker.io/steveltn/https-portal:1.25...