Skip to content

Commit

Permalink
Update to python 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Nov 16, 2024
1 parent 3eadf69 commit 4d74699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion chenpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def install_py_modules(pack="database"):
)
with Progress(transient=True) as progress:
conda_install_script = """conda create --name chenpy-local python=3.12 -y
conda install -n chenpy-local -y
conda install -n chenpy-local -c conda-forge networkx -y
conda install -n chenpy-local -c pytorch pytorch torchtext cpuonly -y
conda install -n chenpy-local -c conda-forge numpy packageurl-python nbconvert jupyter_core jupyter_client notebook -y
Expand Down
1 change: 1 addition & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ RUN set -e; \
&& ln -s /opt/miniconda3/etc/profile.d/conda.sh /etc/profile.d/conda.sh \
&& echo ". /opt/miniconda3/etc/profile.d/conda.sh" >> ~/.bashrc \
&& conda install python=3.12 -y \
&& conda config --set solver classic \
&& conda update -n base -c defaults conda -y \
&& conda config --add channels conda-forge \
&& conda init bash \
Expand Down

0 comments on commit 4d74699

Please sign in to comment.