Skip to content

Commit

Permalink
Merge branch 'main' into switching-from-nose-to-pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr authored Mar 27, 2024
2 parents 25ee7d4 + bf478b3 commit a6050e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mhcgnomes/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.6"
__version__ = "1.8.7"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
],
install_requires=[
"serializable",
"PyYAML==5.4",
"PyYAML>=5.4",
"pandas",
"numpy",
"numpy",
],
long_description_content_type='text/markdown',
long_description=readme_markdown,
Expand Down

0 comments on commit a6050e8

Please sign in to comment.