Skip to content

Commit

Permalink
updated requirements for OpenGL accelerate
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Nov 24, 2024
1 parent 872a7a0 commit a015e0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve

## UPDATES

**2024/11/24** @1.2.48:
* requirements update for OpenGL Accelerate
* Fixed bad escape sequence in header in image/__init__

**2024/11/16** @1.2.47:
* Better list handling for `VALUE` node et. al.
* Wave defaults for offset/phase adjusted to be zero (0)
Expand Down
4 changes: 2 additions & 2 deletions 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.2.47"
version = "1.2.48"
license = { file = "LICENSE" }
dependencies = [
"aenum>=3.1.15,<4",
Expand All @@ -19,7 +19,7 @@ dependencies = [
"opencv-contrib-python>=4.10.0.84",
"Pillow>=10.4.0",
"PyOpenGL>=3.1.7",
"PyOpenGL-accelerate>=3.1.7; platform_machine=='x86_64'",
"PyOpenGL-accelerate>=3.1.7; platform_system==\"Windows\"",
"pywin32>=306; platform_system==\"Windows\"",
"requests>=2.32.3",
"scikit-image>=0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ numpy>=1.26.4,<2.0.0
opencv-contrib-python>=4.10.0.84
Pillow>=10.4.0
PyOpenGL>=3.1.7
PyOpenGL-accelerate>=3.1.7; platform_machine == 'x86_64'
PyOpenGL-accelerate>=3.1.7; platform_system=="Windows"
pywin32>=306; platform_system=="Windows"
requests>=2.32.3
scikit-image>=0.24.0
Expand Down

0 comments on commit a015e0f

Please sign in to comment.