Skip to content

Commit 1af296c

Browse files
authored
Pin funsor to 0.4.8 (#3466)
1 parent 359dc54 commit 1af296c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ observations>=0.1.4
1010
opt_einsum>=2.3.2
1111
pyro-api>=0.1.1
1212
tqdm>=4.36
13-
funsor[torch] @ git+https://github.com/pyro-ppl/funsor.git@8a8ca81fcc61733ad82e163028c7ff78420df9f0
13+
funsor[torch]==0.4.8
1414
setuptools
1515
sphinx_copybutton

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"horovod": ["horovod[pytorch]>=0.19"],
141141
"lightning": ["lightning"],
142142
"funsor": [
143-
"funsor[torch] @ git+https://github.com/pyro-ppl/funsor.git@8a8ca81fcc61733ad82e163028c7ff78420df9f0",
143+
"funsor[torch]==0.4.8",
144144
],
145145
},
146146
python_requires=">=3.8",

0 commit comments

Comments
 (0)