Skip to content

Commit

Permalink
Merge pull request #17 from mcgillij/numpy
Browse files Browse the repository at this point in the history
numpy to 1.23.5
  • Loading branch information
mcgillij authored Dec 31, 2022
2 parents 27dc7fe + 276f648 commit 8ac6027
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.20
pkgver=0.1.21
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
md5sums=('cb938f4c09db0d437e3991402f429114')
md5sums=('d3dfc852701a0596d0b23dc383cce89c')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amdfan"
version = "0.1.20"
version = "0.1.21"
description = "Fan monitor and controller for AMD gpus in Linux"
authors = ["mcgillij <[email protected]>"]
license = "GPL-2.0-only"
Expand All @@ -25,7 +25,7 @@ include = [ "LICENSE", ]

[tool.poetry.dependencies]
python = "^3.9 || ^3.10"
numpy = "^1.24.1"
numpy = "^1.23.5"
pyyaml = "^6.0"
click = "^8.1.3"
rich = "^13.0.0"
Expand Down

0 comments on commit 8ac6027

Please sign in to comment.