sassoftware / sassoftware/python-swat
Update conda dependencies
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 159
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
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"
]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the conda metadata in index.json for version 1.13.3 and trace the Python and libuuid constraints that produce the reported solver downgrades. Verify the dependency changes in environments including matplotlib; done means conda can install python-swat with Python above 3.11 and libuuid above 2.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100