Skip to content

Commit

Permalink
py
Browse files Browse the repository at this point in the history
  • Loading branch information
atareao committed Sep 8, 2024
1 parent 1d63ea3 commit 0c28a95
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 0 deletions.
41 changes: 41 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[project]
name = "cpu-g"
version = "0.16.3"
description = "Add your description here"
authors = [
{ name = "Lorenzo Carbonell <[email protected]", email = "[email protected]" }
]
dependencies = [
"cycler==0.12.1",
"contourpy==1.2.0",
"dbus-python==1.3.2",
"fonttools==4.47.0",
"kiwisolver==1.4.5",
"matplotlib==3.8.2",
"numpy==1.26.3",
"packaging==23.2",
"pillow==10.2.0",
"psutil==5.9.7",
"pycairo==1.25.1",
"pygobject==3.46.0",
"pyparsing==3.1.1",
"python-dateutil==2.8.2",
"six==1.16.0",
]
readme = "README.md"
requires-python = ">= 3.8"
license = { text = "MIT" }

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/cpu_g"]
54 changes: 54 additions & 0 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
contourpy==1.2.0
# via cpu-g
# via matplotlib
cycler==0.12.1
# via cpu-g
# via matplotlib
dbus-python==1.3.2
# via cpu-g
fonttools==4.47.0
# via cpu-g
# via matplotlib
kiwisolver==1.4.5
# via cpu-g
# via matplotlib
matplotlib==3.8.2
# via cpu-g
numpy==1.26.3
# via contourpy
# via cpu-g
# via matplotlib
packaging==23.2
# via cpu-g
# via matplotlib
pillow==10.2.0
# via cpu-g
# via matplotlib
psutil==5.9.7
# via cpu-g
pycairo==1.25.1
# via cpu-g
# via pygobject
pygobject==3.46.0
# via cpu-g
pyparsing==3.1.1
# via cpu-g
# via matplotlib
python-dateutil==2.8.2
# via cpu-g
# via matplotlib
six==1.16.0
# via cpu-g
# via python-dateutil
54 changes: 54 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# generated by rye
# use `rye lock` or `rye sync` to update this lockfile
#
# last locked with the following flags:
# pre: false
# features: []
# all-features: false
# with-sources: false
# generate-hashes: false
# universal: false

-e file:.
contourpy==1.2.0
# via cpu-g
# via matplotlib
cycler==0.12.1
# via cpu-g
# via matplotlib
dbus-python==1.3.2
# via cpu-g
fonttools==4.47.0
# via cpu-g
# via matplotlib
kiwisolver==1.4.5
# via cpu-g
# via matplotlib
matplotlib==3.8.2
# via cpu-g
numpy==1.26.3
# via contourpy
# via cpu-g
# via matplotlib
packaging==23.2
# via cpu-g
# via matplotlib
pillow==10.2.0
# via cpu-g
# via matplotlib
psutil==5.9.7
# via cpu-g
pycairo==1.25.1
# via cpu-g
# via pygobject
pygobject==3.46.0
# via cpu-g
pyparsing==3.1.1
# via cpu-g
# via matplotlib
python-dateutil==2.8.2
# via cpu-g
# via matplotlib
six==1.16.0
# via cpu-g
# via python-dateutil

0 comments on commit 0c28a95

Please sign in to comment.