Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing circular import #363

Merged
merged 6 commits into from Apr 24, 2023

Conversation

bruAristimunha
Copy link
Collaborator

Solving the issue about circular import. Reported in the braindecode braindecode/braindecode#130

@bruAristimunha
Copy link
Collaborator Author

Why I reduced the NumPy version?

I changed the version NumPy because of the Google colab. I accidentally discovered a conflict!

The version we are asking for in NumPy is different from the "native" version in colab in the GPU environment, we asked for 1.24, and they have 1.22 as default. However, when we try to upgrade, the TensorFlow and other libraries already installed conflict with NumPy and our poetry config.

To solve reducing the NumPy version. It doesn't affect us at all. Since Google colab is a super popular tool, it's better not to put an error or a strange warning in the first line of code when the person tries to run moabb in the colab.

In the CPU and TPU environment, there is no problem. Eventually, the colab will update, and we can update the NumPy version.

@sylvchev sylvchev merged commit 7140924 into NeuroTechX:develop Apr 24, 2023
8 checks passed
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.

None yet

2 participants