Skip to content
Snippets Groups Projects
Select Git revision
  • b19216f0263f8e8f43c71e574840db1304be1ec5
  • dev default
  • 61-feature-add-optional-backwards-mapping-for-consistency-with-older-version
  • 61-feature-add-optional-backwards-mapping-for-consistency-with-older-version-2
  • main protected
  • 11-test-fix-tests-to-handle-licensed-data-resources-from-trud-snd-omop
  • general
  • pypi
  • old-main
  • v0.0.3
10 results

pyproject.toml

  • mjbonifa's avatar
    b19216f0
    fix: pyproject.toml was originally created from the conda.yaml which was an... · b19216f0
    mjbonifa authored
    fix: pyproject.toml was originally created from the conda.yaml which was an export of a conda environment. This provided libraries with specific versions on dependency packages. We don't need to pin the packages to specific versions. We are also not using hatch which handles dependencies between packages well. Remvoed all versions from the dependancies and numpy is now v2.2.3 and all tests pass. Closes #18.
    b19216f0
    History
    fix: pyproject.toml was originally created from the conda.yaml which was an...
    mjbonifa authored
    fix: pyproject.toml was originally created from the conda.yaml which was an export of a conda environment. This provided libraries with specific versions on dependency packages. We don't need to pin the packages to specific versions. We are also not using hatch which handles dependencies between packages well. Remvoed all versions from the dependancies and numpy is now v2.2.3 and all tests pass. Closes #18.