Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- coverage
- duecredit<0.10
- kartograf>=1.2.0
- konnektor~=0.2.0
# - konnektor~=0.2.0
- lomap2>=3.2.1
- networkx
- numpy
Expand All @@ -29,7 +29,7 @@ dependencies:
- pooch
- py3dmol
- pydantic >=1.10.17 # practically, this almost always means pydantic v2 because of our other dependencies.
- pygraphviz
- pygraphviz # TODO: make this an optional dependency?
- pytest
- pytest-xdist
- pytest-cov
Expand All @@ -39,7 +39,6 @@ dependencies:
- rdkit
- rich
- tqdm
- typing-extensions
- zstandard
# Issue #443
- pymbar>4.0
Expand All @@ -52,3 +51,4 @@ dependencies:
- threadpoolctl
- pip:
- git+https://github.com/OpenFreeEnergy/gufe@main
- git+https://github.com/OpenFreeEnergy/konnektor@move_network_plotting_from_openfe
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for testing - bump this to konnektor 0.3.0 when it's released

61 changes: 0 additions & 61 deletions openfe/tests/utils/conftest.py

This file was deleted.

188 changes: 0 additions & 188 deletions openfe/tests/utils/test_atommapping_network_plotting.py

This file was deleted.

Loading
Loading