Skip to content

Commit 90f8e41

Browse files
committed
Try ase version 3.17.0
1 parent 8b0e4e4 commit 90f8e41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ase==3.16.2
1+
ase==3.17.0
22
numpy
33
requests
44
flask

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
description='Library for parsing Density Functional Theory calculations',
77
url='https://github.com/CitrineInformatics/pif-dft',
88
install_requires=[
9-
'ase<=3.16.2',
9+
'ase<=3.17.0',
1010
'pypif>=2.0.1,<3',
1111
'dftparse>=0.2.1'
1212
],

0 commit comments

Comments
 (0)