Skip to content

Commit 7568dc6

Browse files
committed
Pin hydra
1 parent 22e8cf5 commit 7568dc6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Setup
2828

2929

3030

31+
32+
3133
Example training
3234
----------------
3335

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy
22
msgpack-numpy
33
lmdb
44

5-
hydra-core
5+
hydra-core==0.11.3
66
pytorch-lightning
77

88
./pointnet2_ops_lib/.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
requirements = ["h5py", "pprint", "hydra-core", "pytorch-lightning"]
5+
requirements = ["h5py", "pprint", "hydra-core==0.11.3", "pytorch-lightning"]
66

77

88
exec(open(osp.join("pointnet2", "_version.py")).read())

0 commit comments

Comments
 (0)