Skip to content

Commit

Permalink
Merge pull request #198 from ENCODE-DCC/hotfix-pyyaml
Browse files Browse the repository at this point in the history
remove pyyaml requirements from setup
  • Loading branch information
leepc12 authored Jul 21, 2023
2 parents 4ea8e66 + f1e6e2e commit de827a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion caper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .caper_runner import CaperRunner

__all__ = ['CaperClient', 'CaperClientSubmit', 'CaperRunner']
__version__ = '2.3.1'
__version__ = '2.3.2'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,5 @@ def find_meta(meta):
'scikit-learn>=0.19.2',
'matplotlib>=1.5',
'six>=1.13.0',
'pyyaml<=5.5',
],
)

0 comments on commit de827a9

Please sign in to comment.