You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove libblas, mkl and m2w64-toolchain dependencies. As PyMC3 itself does not compile anything, it should not have these dependencies. Instead, it is aesaras job to specify its compile-chain dependencies. Closes#4715.
Add custom envs for testing.
Remove patsy dependency.
Copy file name to clipboardExpand all lines: requirements-dev.txt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,21 @@
2
2
# See that file for comments about the need/usage of each dependency.
3
3
4
4
aesara>=2.1.0
5
+
<<<<<<<HEAD
5
6
arviz>=0.11.4
6
7
cachetools>=4.2.1
8
+
=======
9
+
arviz>=0.11.2
10
+
cachetools
11
+
>>>>>>>Remove libblas, mkl and m2w64-toolchain dependencies. As PyMC3 itself does not compile anything, it should not have these dependencies. Instead, it is aesaras job to specify its compile-chain dependencies. Closes #4715.
0 commit comments