Skip to content

Commit 903c131

Browse files
authored
bump funsor to latest master (#2717)
1 parent 56bb4d7 commit 903c131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@
119119
],
120120
'horovod': ['horovod[pytorch]>=0.19'],
121121
'funsor': [
122-
# This must be a released version when Pyro is released.
123-
'funsor[torch]==0.3.0',
122+
# FIXME This must be a released version when Pyro is released.
123+
'funsor[torch] @ git+git://github.com/pyro-ppl/funsor.git@c685dde1746a8234b44a3aa0d6ab4e3a4d619c41',
124124
],
125125
},
126126
python_requires='>=3.6',

0 commit comments

Comments
 (0)