Skip to content

Commit d5d00e0

Browse files
Remove python version pin and require up-to-date openff-toolkit-examples
1 parent 1c8415d commit d5d00e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devtools/conda-envs/examples_env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- pip
6-
- python=3.11
6+
- python
77
- jupyterlab>=4
88
- ipywidgets>=8
99
# Cookbook
@@ -13,7 +13,7 @@ dependencies:
1313
- requests
1414
- packaging
1515
# Examples
16-
- openff-toolkit-examples>=0.16.6
16+
- openff-toolkit-examples>=0.16.8
1717
- openff-interchange ~=0.4.2
1818
- openff-nagl
1919
# - openff-fragmenter

0 commit comments

Comments
 (0)