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

[low priority] Inspect dependencies #70

Open
neurlang opened this issue May 28, 2024 · 3 comments
Open

[low priority] Inspect dependencies #70

neurlang opened this issue May 28, 2024 · 3 comments

Comments

@neurlang
Copy link
Contributor

There is a lot of deps in go.mod which adds a lot of transitive dependencies to projects who import gorgonia/cu (like mine)

Try to inspect for what are these deps needed, and possibly eliminate them to shorten download time.

I would like to take a look at this.

@neurlang
Copy link
Contributor Author

part of this would also be to check if a newer dependency is available and bump the version.

@neurlang
Copy link
Contributor Author

neurlang commented May 28, 2024

  • cyclic dependency - gorgonia depends on cu and cu depends on gorgonia
  • cc is there twice (modernc.org and github.com/cznic is the same guy?)
  • xc can be bumped to v1.1.0
  • cc is horribly outdated, current version is like v4.21.2
  • tensor can be bumped to v0.9.24
  • gonum can be bumped to v0.15.0
  • bindgen was never released? make at least v0.0.1 tag in bindgen?
  • ...

@chewxy
Copy link
Member

chewxy commented Jun 12, 2024

Heya, sorry I was on a holiday. Let's bump the versions!

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