Skip to content

Commit

Permalink
Updating numba dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aloytag committed Jan 23, 2024
1 parent 4b16155 commit 0e1b0f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "electricalsim"
version = "0.0.8.0"
version = "0.0.8.1"
author = "Dr. Ing. Ariel S. Loyarte"
authors = [
{ name="Dr. Ing. Ariel S. Loyarte", email="aloyarte@frsf.utn.edu.ar" },
Expand All @@ -15,7 +15,7 @@ requires-python = ">=3.8"
dependencies = [
"PySide6>=6.6.1",
"pandapower>=2.13.1",
"numba==0.56.4",
"numba>=0.56.4",
"pyqtdarktheme>=2.1.0",
"qtawesome>=1.2.2",
"pynput>=1.7.6",
Expand Down
2 changes: 1 addition & 1 deletion src/electricalsim/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
except PackageNotFoundError:
VERSION = 'development version'

DATE = '2024-01-17'
DATE = '2024-01-22'
AUTHOR = 'Dr. Ing. Ariel S. Loyarte'
CONTACT = 'aloyarte@frsf.utn.edu.ar'

0 comments on commit 0e1b0f0

Please sign in to comment.