Open
Description
opened on Sep 25, 2023
Describe the bug
I believe this package should be installable on python 3.10, since the pyproject.toml says:
python = ">=3.8,<=3.10"
But pip in a fresh conda environment isn't letting me install:
mamba create -yn "ncem-env" python=3.10
conda activate ncem-env
pip install ncem
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.7,<3.10; 0.1.1 Requires-Python >=3.7,<3.9; 0.1.2 Requires-Python >=3.7,<3.9; 0.1.3 Requires-Python >=3.7,<3.9; 0.1.4 Requires-Python >=3.7,<3.9; 0.1.5 Requires-Python >=3.8,<=3.10
ERROR: Could not find a version that satisfies the requirement ncem (from versions: none)
ERROR: No matching distribution found for ncem
Maybe the versioning could be loosened up a bit?
System [please complete the following information]:
-----
session_info 1.0.0
-----
Python 3.10.12 | packaged by conda-forge | (main, Jun 23 2023, 22:40:32) [GCC 12.3.0]
Linux-5.15.0-82-generic-x86_64-with-glibc2.35
-----
Session information updated at 2023-09-25 14:56
Activity