You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#pymc3 (pymc3 is at the current version not playing nicely with the other packages in pip)
59
59
lifelines # survival analysis
60
60
# Deep learning
61
-
torch # deep learning framework
61
+
torch ==2.9.0 # deep learning framework
62
62
#tensorflow (nit does not play nicely with pip)
63
63
torch-geometric # graph neural networks
64
64
# PyG CPU wheels for torch 2.9 (win_amd64, linux, macOS universal2; cp39-cp313)
65
65
# see [tool.uv.pip] find-links in pyproject.toml for the wheel index URL
66
-
pyg-lib; sys_platform != "darwin" or platform_machine != "arm64" # no macOS arm64 wheel for this torch build on data.pyg.org # PyG acceleration library
66
+
pyg-lib # no macOS arm64 wheel for this torch build on data.pyg.org # PyG acceleration library
0 commit comments