Skip to content

Fix dependency issues - #10

Open
Trybnetic wants to merge 2 commits into
shaheen-syed:masterfrom
Trybnetic:fix-deps
Open

Fix dependency issues#10
Trybnetic wants to merge 2 commits into
shaheen-syed:masterfrom
Trybnetic:fix-deps

Conversation

@Trybnetic

Copy link
Copy Markdown

Recent changes in the numpy API caused the code to crash. This PR solves that problem in two ways:

  1. Dependency versions got fixed
  2. Relevant API changes are updated in the code

I suggest (1) to prevent future users running into the same problem. Having fixed versions also reduces the search for API changes that break the code.

With (2) the code is now relatively up to date again. I tested the code with python 3.7 in a conda environment. I guess it also works for newer python versions, but that has not been tested.

This PR should also solve #7 and #8.

I have not checked whether the code still produces the same results as before (but I assume so) as I do not have previous results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant