Skip to content

Commit

Permalink
Remove pyg_lib
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Sep 8, 2024
1 parent 66de325 commit 36a996e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion chenpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ def install_py_modules(pack="database"):
conda install -n chenpy-local conda-libmamba-solver -y
conda install -n chenpy-local -c conda-forge networkx --solver=libmamba -y
conda install -n chenpy-local -c pytorch pytorch torchtext cpuonly --solver=libmamba -y
pip install pyg_lib -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
conda install -n chenpy-local -c conda-forge numpy packageurl-python nbconvert jupyter_core jupyter_client notebook --solver=libmamba -y
conda install -n chenpy-local -c conda-forge oras-py==0.1.26 httpx websockets orjson rich appdirs psutil gitpython --solver=libmamba -y"""
for line in conda_install_script.split("\n"):
Expand Down
1 change: 0 additions & 1 deletion ci/conda-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ pip install -U pip setuptools poetry
conda install -c conda-forge networkx -y
conda install -c conda-forge scipy numpy -y
conda install -c pytorch pytorch torchtext cpuonly -y
pip install pyg_lib -f https://data.pyg.org/whl/torch-2.3.0+cpu.html
conda install -c conda-forge packageurl-python nbconvert jupyter_core jupyter_client notebook -y
conda install -c conda-forge oras-py httpx websockets orjson rich appdirs psutil gitpython -y

0 comments on commit 36a996e

Please sign in to comment.