microsoft / microsoft/vasim

TODO: Fix dependencies

Open
#3 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted TODO
Dominant language
Python
Stars
12
Forks
11
Avg merge
7d 23h
Merged PRs (30d)
3

Description

Right now, our dependencies are locked to specific versions of libraries, which may complicate things for certain use cases.

Currently in our setup.py we have everything read in from the requirements.txt file with the install_requires=requirements, command. We need to unpin the versions of the packages, and maybe consolidate everything.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing setup.py with requirements.txt, focusing on how requirements are passed through install_requires. Determine the intended unpinned dependency format and whether the two files should be consolidated. Done means the dependency declarations no longer lock packages to specific versions and the project’s installation configuration remains consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
build-system, tooling
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.