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

Minimize external dependencies (wradlib, pandas) #1

Open
ladc opened this issue Sep 10, 2024 · 2 comments
Open

Minimize external dependencies (wradlib, pandas) #1

ladc opened this issue Sep 10, 2024 · 2 comments
Assignees

Comments

@ladc
Copy link
Contributor

ladc commented Sep 10, 2024

Some new dependencies can be avoided:

  • use pysteps io functionality instead of using wradlib's hdf5 reader to avoid an additional dependency on wradlib
  • alternative to pandas for a simple datetime parsing
@ladc ladc changed the title Minimize external dependencies (wradlib) Minimize external dependencies (wradlib, pandas) Sep 10, 2024
@ladc
Copy link
Contributor Author

ladc commented Sep 10, 2024

Is the tensorflow_intel package required or should we simply add in the readme that the user can choose an optimized tensorflow implementation?

@Loickemajou
Copy link
Collaborator

Is the tensorflow_intel package required or should we simply add in the readme that the user can choose an optimized tensorflow implementation?

Upon testing it, I realised it is not required, I think I should remove it from the setup.

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

No branches or pull requests

2 participants