rapidsai / cugraph-gnn

Apache License 2.0
9 stars 15 forks source link

remove versioning workaround for nightlies #69

Closed jameslamb closed 2 weeks ago

jameslamb commented 2 weeks ago

Within this release, packages here moved from https://github.com/rapidsai/cugraph and https://github.com/rapidsai/wholegraph to this repo.

To avoid conflicts between nightlies produced from the different sources, CI scripts here were hard-coding the version for CI artifacts to 24.12.00a1000. That should be removed now that this is the only repo packages are being published from (should have been removed in #66 , sorry for missing it).

jameslamb commented 2 weeks ago

/merge