Skip to content

Commit

Permalink
correct semantic version
Browse files Browse the repository at this point in the history
more explicit numpy requires
updated to use new PyOpenGL accelerate
  • Loading branch information
Amorano committed Feb 10, 2025
1 parent c5448ab commit e9fdd09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ You can colorize nodes via their `title background`, `node body` or `title text`

## UPDATES

**2024/02/07** @1.7.9:
* moved to proper semantic version numbers
* PyOpenGL-accelerate updated to 3.1.9
* better versioning in requirements around numpy

**2024/02/07** @1.7.08:
* `JOV_SCAN_DEVICES` reset to default off.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "jovimetrix"
description = "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value conversion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more."
version = "1.7.08"
version = "1.7.9"
license = { file = "LICENSE" }
readme = "README.md"
authors = [{ name = "Alexander G. Morano", email = "[email protected]" }]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ matplotlib
mido[ports-rtmidi]
mss
numba
numpy>=1.26.4,<2.0.0; python_version < '3.12'
numpy>=2.0.0; python_version > '3.11'
numpy>=1.26.4,<2.0.0; python_version <= '3.11'
numpy>=2.0.0; python_version >= '3.12'
opencv-contrib-python
Pillow
PyOpenGL
PyOpenGL-accelerate; python_version < '3.12'
PyOpenGL_accelerate
pywin32; platform_system=="Windows"
requests
scikit-image
Expand Down

0 comments on commit e9fdd09

Please sign in to comment.