Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Jul 14, 2024
1 parent addaa17 commit 7075cf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[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.2"
version = "1.2.3"
license = "MIT"
dependencies = [
"aenum>=3.1.15, <4",
"blendmodes>=2024.1.1",
"daltonlens>=0.1.5",
"glfw>=2.7.0",
"loguru>=0.7.2"
"loguru>=0.7.2",
"matplotlib>=3.8.4",
"mido[ports-rtmidi]>=1.3.2",
"mss>=9.0.1",
Expand All @@ -17,12 +17,12 @@ dependencies = [
"opencv-contrib-python>=4.10.0.82",
"Pillow>=10.2.0",
"PyOpenGL>=3.1.7",
"PyOpenGL-accelerate>=3.1.7"
"PyOpenGL-accelerate>=3.1.7",
"pywin32>=306; platform_system==\"Windows\"",
"requests>=2.32.3",
"scikit-image>=0.23.2",
"scikit-learn>=1.5.1",
SpoutGL>=0.0.6; platform_system==\"Windows\"",
"SpoutGL>=0.0.6; platform_system==\"Windows\"",
"stereoscopy[auto_align]>=2.0.1",
"vnoise>=0.1.0"
]
Expand All @@ -33,4 +33,4 @@ Repository = "https://github.com/Amorano/Jovimetrix"
[tool.comfy]
PublisherId = "amorano"
DisplayName = "Jovimetrix"
Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/master/res/logo-jovimetrix.png"
Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/master/res/logo-jovimetrix.png"

0 comments on commit 7075cf5

Please sign in to comment.