Add python>=3.6 as a dependency in environment.yml #30
Annotations
1 error and 3 warnings
test
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
LibMambaUnsatisfiableError: Encountered problems while solving:
- package scikit-learn-0.22-py36h22eb022_0 requires python >=3.6,<3.7.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ python 3.9.*,>=3.6 is requested and can be installed;
└─ scikit-learn 0.22** is not installable because there are no viable options
├─ scikit-learn [0.22|0.22.1|0.22.2.post1] would require
│ └─ python >=3.6,<3.7.0a0 , which conflicts with any installable versions previously reported;
├─ scikit-learn [0.22|0.22.1|0.22.2.post1] would require
│ └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
└─ scikit-learn [0.22|0.22.1|0.22.2.post1] would require
└─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported.
|