Skip to content

Commit 93f14d2

Browse files
committed
Updated Protobuf-version requirements.
1 parent 81b39f0 commit 93f14d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'console_scripts': ['worldengine=worldengine.cli.main:main'],
2727
},
2828
'install_requires': ['PyPlatec==1.4.0', 'pypng>=0.0.18', 'numpy>=1.9.2, <= 1.10.0.post2',
29-
'argparse==1.2.1', 'noise==1.2.2', 'protobuf>=2.6.0'],
29+
'argparse==1.2.1', 'noise==1.2.2', 'protobuf==3.0.0a3'],
3030
'license': 'MIT License'
3131
}
3232

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ deps =
88
PyPlatec
99
noise
1010
nose
11-
protobuf
1211
six
1312
pypng
1413
h5py
@@ -18,6 +17,7 @@ deps =
1817
coverage
1918
numpy==1.9.2
2019
pygdal==1.10.0.1
20+
protobuf==3.0.0a3
2121
{[base]deps}
2222

2323

0 commit comments

Comments
 (0)