Skip to content

[Bug] - dependency versions are not consistent for different installation approaches #115

@lachlangrose

Description

@lachlangrose

Version

N/A

Bug Description

When installing from source or directly from anaconda the dependencies are not satisfied correctly.

This is caused because the dependency versions are not listed in the setup.py file or the conda meta.yml file

Minimal reproducible example

n/a

Expected Behavior

installing from source or conda should force the packages to fulfil the dependency requirements listed in the packages dependencies.txt file

Actual Behavior

pip install . will install the most recent version of all packages (regardless of compatibility)
conda install -c loop3d -c conda-forge map2loop will install the most recent versions of the packages.

Additional Context

No response

Environment

should be the same on all

Severity

  • Low
  • Medium
  • High
  • Critical

Metadata

Metadata

Labels

bugSomething isn't workingongoingthis is being followed up by the team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions