Skip to content

Commit

Permalink
Fix failing test test_charge_transformer (#111)
Browse files Browse the repository at this point in the history
* see if we get the same error with conda-forge packages

* see if that pin fixes it
  • Loading branch information
mikemhenry authored Feb 20, 2025
1 parent 542652a commit 4979e18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ dependencies:
- scipy
- networkx
- scikit-learn
- scikit-mol <0.4.6
- dill
# Chem
- rdkit==2024.03.5
# Vis
Expand All @@ -28,8 +30,5 @@ dependencies:
- myst-parser
- pydata-sphinx-theme
- tqdm

- pip:
- dill
- scikit-mol
- git+https://github.com/OpenFreeEnergy/ofe-sphinx-theme@a45f3edd5bc3e973c1a01b577c71efa1b62a65d6

0 comments on commit 4979e18

Please sign in to comment.