Skip to content

Commit

Permalink
Update CI reqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Nov 17, 2022
1 parent dd30d0f commit 03a00b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.2.2
- Minor bug fix and efficiency improvements.

## v0.2.1
- Pure Python m3gnet without extensions (though some dependencies require extensions).
This makes it easier to install.
Expand Down
2 changes: 1 addition & 1 deletion m3gnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
The M3GNet framework package
"""
__version__ = "0.2.1"
__version__ = "0.2.2"
6 changes: 3 additions & 3 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest==7.1.2
pytest-cov==3.0.0
coverage==6.2
pytest==7.2.0
pytest-cov==4.0.0
coverage==6.5.0
coveralls==3.3.1
pycodestyle
mypy
Expand Down

0 comments on commit 03a00b7

Please sign in to comment.