Something went wrong on our end
Select Git revision
pyproject.toml
-
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.
mjbonifa authoredfix: 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.