-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
When using conda to install python-swat (swat from the sas-institute channel) python is downgraded to at most 3.9, and in an environment with other common packages like matplotlib, the downgrade is even further - to 3.6. Can python >3.11 be allowed? And for the second issue, I think the dependency on libuuid < 2.0 is to blame. Can >2.0 be supported?
From index.json, version 1.13.3
"depends": [
"krb5 >=1.20.1,<1.21.0a0",
"libnuma",
"libuuid >=1.41.5,<2.0a0",
"pandas",
"python >=3.9,<3.10.0a0",
"pytz",
"requests",
"six"
]
Metadata
Metadata
Assignees
Labels
No labels