Skip to content

Commit

Permalink
Merge pull request #258 from VlachosGroup/pyyaml-patch
Browse files Browse the repository at this point in the history
Fix PyYaml Cython 3 Incompatibility Issue
  • Loading branch information
JacksonBurns authored Jul 18, 2023
2 parents 4db502d + d63a5eb commit 6995c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aimsim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from . import chemical_datastructures
from . import utils

__version__ = "2.0.2"
__version__ = "2.0.3"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ numpy
multiprocess>=0.70
scikit_learn_extra
pandas
PyYAML==5.*
PyYAML>=5
scikit_learn
rdkit
psutil
Expand Down

0 comments on commit 6995c1a

Please sign in to comment.