Update Theano dependency for Theano-PyMC.
This commit is contained in:
parent
9d5dcfb5a0
commit
5997950515
@ -1,6 +1,6 @@
|
|||||||
Name: sympy
|
Name: sympy
|
||||||
Version: 1.6.2
|
Version: 1.6.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A Python library for symbolic mathematics
|
Summary: A Python library for symbolic mathematics
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://sympy.org/
|
URL: http://sympy.org/
|
||||||
@ -35,7 +35,7 @@ BuildRequires: python3-numpy-f2py
|
|||||||
BuildRequires: %{py3_dist scipy}
|
BuildRequires: %{py3_dist scipy}
|
||||||
BuildRequires: %{py3_dist setuptools}
|
BuildRequires: %{py3_dist setuptools}
|
||||||
BuildRequires: %{py3_dist sphinx-math-dollar}
|
BuildRequires: %{py3_dist sphinx-math-dollar}
|
||||||
BuildRequires: %{py3_dist theano}
|
BuildRequires: %{py3_dist theano-pymc}
|
||||||
BuildRequires: %{py3_dist wurlitzer}
|
BuildRequires: %{py3_dist wurlitzer}
|
||||||
BuildRequires: tex(latex)
|
BuildRequires: tex(latex)
|
||||||
BuildRequires: tex-dvipng
|
BuildRequires: tex-dvipng
|
||||||
@ -61,7 +61,7 @@ Requires: %{py3_dist pyglet}
|
|||||||
|
|
||||||
Recommends: %{py3_dist numexpr}
|
Recommends: %{py3_dist numexpr}
|
||||||
Recommends: %{py3_dist scipy}
|
Recommends: %{py3_dist scipy}
|
||||||
Recommends: %{py3_dist theano}
|
Recommends: %{py3_dist theano-pymc}
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
SymPy aims to become a full-featured computer algebra system (CAS)
|
SymPy aims to become a full-featured computer algebra system (CAS)
|
||||||
@ -175,6 +175,9 @@ fi
|
|||||||
%{_docdir}/%{name}-doc/html
|
%{_docdir}/%{name}-doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 26 2020 Jerry James <loganjerry@gmail.com> - 1.6.2-2
|
||||||
|
- Update Theano dependency for Theano-PyMC
|
||||||
|
|
||||||
* Mon Aug 10 2020 Jerry James <loganjerry@gmail.com> - 1.6.2-1
|
* Mon Aug 10 2020 Jerry James <loganjerry@gmail.com> - 1.6.2-1
|
||||||
- Version 1.6.2
|
- Version 1.6.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user