diff options
| author | juacrumar | 2022-07-12 09:54:16 +0200 |
|---|---|---|
| committer | juacrumar | 2022-07-12 09:54:16 +0200 |
| commit | bf556b37e806f93ccc98ed82becf8fb4da350ebc (patch) | |
| tree | caa8e50ce57ae200a52ef496f441781b01373b6f /.SRCINFO | |
| parent | 9f7536b2357ecae72715fc2713be18b27af83224 (diff) | |
| download | aur-python-vegasflow.tar.gz | |
version 1.3.0
Diffstat (limited to '.SRCINFO')
| -rw-r--r-- | .SRCINFO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = python-vegasflow pkgdesc = Monte Carlo integration library written in Python and based on the TensorFlow framework - pkgver = 1.2.2 + pkgver = 1.3.0 pkgrel = 1 url = https://vegasflow.readthedocs.io/ arch = any license = Apache checkdepends = python-pytest makedepends = python-setuptools - depends = python>=3.6 + depends = python>=3.9 depends = python-tensorflow depends = python-joblib depends = python-numpy @@ -15,8 +15,7 @@ pkgbase = python-vegasflow optdepends = python-tensorflow-cuda: GPU support optdepends = python-pdfflow: PDF interpolation with TensorFlow provides = vegasflow - source = https://github.com/N3PDF/vegasflow/archive/v1.2.2.tar.gz - md5sums = e6bc40e4842871ab76bd50e584759f1a + source = https://github.com/N3PDF/vegasflow/archive/v1.3.0.tar.gz + md5sums = 5c43df381a487b7d5a6b5c59dd3058b6 pkgname = python-vegasflow - |