Trusted-AI / Trusted-AI/AIX360
There is lot of dependency on specific versions of packages. Can we have atleast >= 'package_name'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 327
- Avg merge
- 1h 13m
- Merged PRs (30d)
- 1
Description
ERROR: xai 0.0.5 has requirement matplotlib==3.0.2, but you'll have matplotlib 3.1.0 which is incompatible.
ERROR: xai 0.0.5 has requirement numpy==1.15.4, but you'll have numpy 1.16.4 which is incompatible.
ERROR: xai 0.0.5 has requirement pandas==0.23.4, but you'll have pandas 0.24.2 which is incompatible.
ERROR: xai 0.0.5 has requirement scikit-learn==0.20.1, but you'll have scikit-learn 0.23.1 which is incompatible.
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 project's Python dependency declarations and reproduce the reported installation conflicts with the versions listed in the issue. Determine which minimum-version constraints are appropriate, then verify installation and compatibility with the affected dependencies. Done means the reported incompatibility warnings no longer occur without unnecessarily breaking supported environments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- matplotlib, numpy, pandas, python, scikit-learn
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100