Skip to content

Commit 82cb1bf

Browse files
committed
update env file
1 parent ae6a1c6 commit 82cb1bf

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.readthedocs.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-22.04"
5-
tools:
6-
python: "3.11"
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.11"
77

88
sphinx:
9-
configuration: "docs/source/conf.py"
9+
configuration: "docs/source/conf.py"
1010

11-
python:
12-
install:
13-
- method: "pip"
14-
path: .
15-
extra_requirements:
16-
- "dev"
11+
conda:
12+
environment: "docs/environment.yml"

docs/environment.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
channels:
2+
- conda-forge
3+
- defaults
4+
dependencies:
5+
- openff-toolkit
6+
- openmm
7+
- openmmtools
8+
- pip:
9+
- numpy
10+
- rdkit
11+
- stk
12+
- networkx
13+
- rmsd

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dev = [
2525
"ruff",
2626
"mypy",
2727
"moldoc",
28-
"pip-tools",
2928
# TODO: Remove pin when https://github.com/TvoroG/pytest-lazy-fixture/issues/65 is resolved.
3029
# pytest-lazy-fixture 0.6.0 is incompatible with pytest 8.0.0
3130
"pytest<8",

0 commit comments

Comments
 (0)