mirror of https://github.com/phonopy/phono3py.git
Set version 3.16.0
This commit is contained in:
parent
1ec0116c10
commit
c3a755ecb0
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Jun-12-2025: Version 3.16.0
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
||||
## Apr-30-2025: Version 3.15.1
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "3.15.1"
|
||||
__version__ = "3.16.0"
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies = [
|
|||
"matplotlib",
|
||||
"h5py",
|
||||
"spglib",
|
||||
"phonopy>=2.38.2,<2.39",
|
||||
"phonopy>=2.39,<2.40",
|
||||
]
|
||||
license = "BSD-3-Clause"
|
||||
license-files = ["LICENSE"]
|
||||
|
|
Loading…
Reference in New Issue