Skip to content

Commit

Permalink
Merge pull request #123 from Clinical-Genomics/fix_deprecated_config
Browse files Browse the repository at this point in the history
Fix installing error due to PyYaml version
  • Loading branch information
northwestwitch committed Oct 25, 2023
2 parents a2be3c8 + f5313da commit ffd0df3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
About changelog [here](https://keepachangelog.com/en/1.0.0/)

## [unreleased]
### Fixed
- `Deprecated config in setup.cfg` error when installing the package

## [2.7.1]
### Added
- Script to correct contig name
- Expanded instructions on how to set up an instance and load data into database
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ click==7.1.2
pymongo==3.7.1
numpy==1.21.4
coloredlogs==14.0
pyyaml==5.4.0
pyyaml>=5.4.1
vcftoolbox==1.5
pip==23.1.2
setuptools==65.5.1
Expand Down

0 comments on commit ffd0df3

Please sign in to comment.