Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 81c5931

Browse files
committed
Clean up deps
1 parent 9d75d45 commit 81c5931

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
numpy >= 1.9
1+
numpy
22
ujson
33
bcrypt
4-
nose >= 1.3.4
4+
nose
55
pypandoc
6-
pg8000==1.12.3
7-
sqlalchemy >= 1.0.12
6+
pg8000
7+
sqlalchemy
88
argparse
9-
ase==3.16.2
9+
ase
1010
spglib
1111
tornado==4.5.3
1212
sockjs-tornado
1313
websocket-client==0.52.0
1414
futures
15-
httplib2==0.11.3
15+
httplib2
1616
quantum_esperanto
1717
pycrystal

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@
5151
packages = find_packages(exclude=["tests", "tests.*"])
5252

5353
install_requires = [
54-
'numpy >= 1.9',
54+
'numpy',
5555
'ujson',
5656
'bcrypt',
5757
'importlib',
5858
'pg8000',
59-
'sqlalchemy >= 1.0.12',
59+
'sqlalchemy',
6060
'argparse',
61-
'ase >= 3.15',
61+
'ase',
6262
'spglib',
63-
'tornado >= 4.3.0',
63+
'tornado == 4.5.3',
6464
'sockjs-tornado',
6565
'websocket-client',
6666
'futures',
6767
'httplib2',
6868
'quantum_esperanto',
69-
'pycrystal >= 1.0.2'
69+
'pycrystal'
7070
]
7171

7272
setup(

0 commit comments

Comments
 (0)