File tree 3 files changed +19
-11
lines changed
3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
3
build :
4
- os : " ubuntu-22.04"
5
- tools :
6
- python : " 3.11"
4
+ os : " ubuntu-22.04"
5
+ tools :
6
+ python : " 3.11"
7
7
8
8
sphinx :
9
- configuration : " docs/source/conf.py"
9
+ configuration : " docs/source/conf.py"
10
10
11
- python :
12
- install :
13
- - method : " pip"
14
- path : .
15
- extra_requirements :
16
- - " dev"
11
+ conda :
12
+ environment : " docs/environment.yml"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dev = [
25
25
" ruff" ,
26
26
" mypy" ,
27
27
" moldoc" ,
28
- " pip-tools" ,
29
28
# TODO: Remove pin when https://github.com/TvoroG/pytest-lazy-fixture/issues/65 is resolved.
30
29
# pytest-lazy-fixture 0.6.0 is incompatible with pytest 8.0.0
31
30
" pytest<8" ,
You can’t perform that action at this time.
0 commit comments