Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Support specific versions of nupac package dependencies #102

Open
skelly37 opened this issue Sep 18, 2022 · 0 comments
Open

Support specific versions of nupac package dependencies #102

skelly37 opened this issue Sep 18, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation feature-request New feature or request priority: low No hurry, can wait to any other minor release refactor Code should be refactored
Milestone

Comments

@skelly37
Copy link
Member

skelly37 commented Sep 18, 2022

Related problem

BLOCKED BY #4 & #103

Packages should depend on specific versions of their dependencies to ensure their stability & reliability.

For now it is not a top notch priority, so milestone 1.0.0 is perfectly fine.

Describe the solution you'd like

<package name><sign><version>

Signs:

  • ==
  • >=
  • >
  • <=
  • <
  • ~ (compatible according to the semantic versioning)
    • ~1: anything with major 1
    • ~1.0: anything with major 1 and minor 0

Describe alternatives you've considered

No response

Additional context and details

No response

@skelly37 skelly37 added documentation Improvements or additions to documentation feature-request New feature or request refactor Code should be refactored priority: low No hurry, can wait to any other minor release labels Sep 18, 2022
@skelly37 skelly37 added this to the 1.0.0 milestone Sep 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation feature-request New feature or request priority: low No hurry, can wait to any other minor release refactor Code should be refactored
Projects
None yet
Development

No branches or pull requests

1 participant