Skip to content

Commit 29de09b

Browse files
Clean up requirements and ignore warnings from dependencies in test output
1 parent bb9518a commit 29de09b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
scipy>=1.2.0
22
Theano>=1.0.4
3-
gast==0.2.2
3+
pymc4 @ git+https://github.com/pymc-devs/pymc4.git@master#egg=pymc4-0.0.1
4+
tfp-nightly==0.9.0.dev20190908
45
tf-nightly-2.0-preview==2.0.0.dev20190908
56
tensorflow-estimator-2.0-preview==1.14.0.dev2019090801
6-
tfp-nightly==0.9.0.dev20190908
77
pymc3>=3.6
8-
pymc4 @ git+https://github.com/pymc-devs/pymc4.git@master#egg=pymc4-0.0.1
98
multipledispatch>=0.6.0
109
unification>=0.2.2
1110
kanren @ git+https://github.com/pymc-devs/kanren.git@symbolic-pymc#egg=kanren-0.2.3

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ add-ignore = D100,D101,D102,D103,D104,D105,D106,D107,D202
66
convention = numpy
77

88
[tool:pytest]
9-
python_functions=test_*
9+
python_functions=test_*
10+
filterwarnings =
11+
ignore:the imp module is deprecated:DeprecationWarning:
12+
ignore:Using a non-tuple sequence:FutureWarning:theano\.tensor

0 commit comments

Comments
 (0)