Skip to content

Commit

Permalink
Now updating some libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrusnetwork committed Apr 1, 2024
1 parent 1cc2385 commit 5deb606
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Expand Up @@ -22,11 +22,11 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0

opencv-python-headless==4.7.0.72
python-mpv==1.0.3
opencv-python-headless==4.8.0.76
python-mpv==1.0.5
requests==2.31.0

QtPy==2.3.1
PySide6==6.5.2
QtPy==2.4.1
PySide6==6.6.0

setuptools==65.5.1
setuptools==69.1.1
10 changes: 5 additions & 5 deletions static/build_files/linux/requirements.txt
Expand Up @@ -22,14 +22,14 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0

opencv-python-headless==4.7.0.72
python-mpv==0.5.2
opencv-python-headless==4.8.0.76
python-mpv==1.0.5
requests==2.31.0

QtPy==2.3.1
PySide6==6.5.2
QtPy==2.4.1
PySide6==6.6.0

setuptools==65.5.1
setuptools==69.1.1

pyinstaller==6.2
mkdocs-material
12 changes: 6 additions & 6 deletions static/build_files/macos/requirements.txt
Expand Up @@ -22,15 +22,15 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0

opencv-python-headless==4.7.0.72
python-mpv==1.0.3
opencv-python-headless==4.8.0.76
python-mpv==1.0.5
requests==2.31.0

QtPy==2.3.1
PyQt6==6.5.2
PyQt6-Qt6==6.5.2
QtPy==2.4.1
PyQt6==6.6.0
PyQt6-Qt6==6.6.0

setuptools==65.5.1
setuptools==69.1.1

pyobjc-core>=10.1
pyobjc-framework-Cocoa>=10.1
Expand Down
10 changes: 5 additions & 5 deletions static/build_files/windows/requirements.txt
Expand Up @@ -22,14 +22,14 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0

opencv-python-headless==4.7.0.72
python-mpv==1.0.3
opencv-python-headless==4.8.0.76
python-mpv==1.0.5
requests==2.31.0

QtPy==2.3.1
PySide6==6.5.2
QtPy==2.4.1
PySide6==6.6.0

setuptools==65.5.1
setuptools==69.1.1

pyinstaller==6.2
mkdocs-material
Expand Down
2 changes: 1 addition & 1 deletion static/requirements/advanced/requirements_core.txt
Expand Up @@ -21,4 +21,4 @@ service-identity>=18.1.0
Twisted>=20.3.0

requests==2.31.0
setuptools==65.5.1
setuptools==69.1.1
2 changes: 1 addition & 1 deletion static/requirements/advanced/requirements_mpv_new.txt
@@ -1 +1 @@
python-mpv==1.0.4
python-mpv==1.0.5
2 changes: 1 addition & 1 deletion static/requirements/advanced/requirements_opencv_new.txt
@@ -1 +1 @@
opencv-python-headless==4.7.0.72
opencv-python-headless==4.8.0.76
2 changes: 1 addition & 1 deletion static/requirements/advanced/requirements_opencv_test.txt
@@ -1 +1 @@
opencv-python-headless==4.8.0.76
opencv-python-headless==4.9.0.80
4 changes: 2 additions & 2 deletions static/requirements/advanced/requirements_qt6.txt
@@ -1,2 +1,2 @@
QtPy==2.3.1
PySide6==6.5.2
QtPy==2.4.1
PySide6==6.6.0
2 changes: 1 addition & 1 deletion static/requirements/advanced/requirements_qt6_test.txt
@@ -1,2 +1,2 @@
QtPy==2.4.1
PySide6==6.6.0
PySide6==6.6.3
4 changes: 2 additions & 2 deletions static/requirements/advanced/requirements_server.txt
Expand Up @@ -12,7 +12,7 @@ Send2Trash>=1.5.0
service-identity>=18.1.0
Twisted>=20.3.0

opencv-python-headless==4.7.0.72
opencv-python-headless==4.8.0.76
requests==2.31.0

setuptools==65.5.1
setuptools==69.1.1

0 comments on commit 5deb606

Please sign in to comment.