Skip to content

Commit

Permalink
Drop pydantic from environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Aug 31, 2023
1 parent af5eb72 commit b6db523
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion devtools/conda-envs/openeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ channels:
dependencies:
# Base depends
- python
- pydantic
- packaging
- numpy
- networkx
Expand Down
1 change: 0 additions & 1 deletion devtools/conda-envs/rdkit-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
dependencies:
# Base depends
- python
- pydantic =1
- packaging
- numpy
- networkx
Expand Down
3 changes: 1 addition & 2 deletions devtools/conda-envs/rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ channels:
dependencies:
# Base depends
- python
- pydantic =1
- packaging
- numpy
- networkx
Expand Down Expand Up @@ -33,4 +32,4 @@ dependencies:
- pyyaml
- toml
- bson
- msgpack-python
- msgpack-python
1 change: 0 additions & 1 deletion openff/toolkit/_tests/test_molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -3676,7 +3676,6 @@ def test_deepcopy_not_shallow(self):

@requires_pkg("IPython")
class TestMoleculeVisualization:

@requires_rdkit
def test_visualize_rdkit(self):
"""
Expand Down

0 comments on commit b6db523

Please sign in to comment.