Skip to content

Commit 15ce02d

Browse files
committed
Update rtd build env to 3.11 [skip ci]
1 parent 4ae50fe commit 15ce02d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
apt_packages:
66
- graphviz
77
tools:
8-
python: "3.10"
8+
python: "3.11"
99

1010
sphinx:
1111
configuration: docs/conf.py

docs/installing_halotools_with_virtualenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ create a virtual environment that will automatically have compatible versions of
1212
By installing into a virtual environment, you will not change any of the
1313
packages that are already installed system-wide on your machine. In the example below, we will use conda to create a virtual environment with all the dependencies handled automatically::
1414

15-
conda create -n htenv python=3.9 halotools=0.8 h5py ipython jupyter matplotlib
15+
conda create -n htenv python=3.11 halotools=0.9 h5py ipython jupyter matplotlib
1616

1717
In order to activate this environment::
1818

0 commit comments

Comments
 (0)