We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0e4e4 commit 90f8e41Copy full SHA for 90f8e41
requirements.txt
@@ -1,4 +1,4 @@
1
-ase==3.16.2
+ase==3.17.0
2
numpy
3
requests
4
flask
setup.py
@@ -6,7 +6,7 @@
6
description='Library for parsing Density Functional Theory calculations',
7
url='https://github.com/CitrineInformatics/pif-dft',
8
install_requires=[
9
- 'ase<=3.16.2',
+ 'ase<=3.17.0',
10
'pypif>=2.0.1,<3',
11
'dftparse>=0.2.1'
12
],
0 commit comments