-
- Downloads
fix: pyproject.toml was originally created from the conda.yaml which was an...
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.
Please register or sign in to comment