Skip to content

Commit

Permalink
Merge pull request #132 from JonasLukasczyk/version
Browse files Browse the repository at this point in the history
Version
  • Loading branch information
dhrogers authored Sep 9, 2024
2 parents 227d77e + 5356c73 commit ef2b6af
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

exec(open("pycinema/_version.py").read())

print(__version__)

setuptools.setup(
name="pycinema",
version=__version__,
Expand All @@ -21,21 +23,21 @@
zip_safe=False,
packages=[ "pycinema", "pycinema.filters", "pycinema.scripts", "pycinema.theater", "pycinema.theater.node_editor", "pycinema.theater.views", "pycinema.ipy" ],
install_requires=[
"numpy==1.24.2",
"scipy==1.10.0",
"h5py==3.8.0",
"numpy==1.26.4",
"scipy==1.14.1",
"h5py>=3.10.0",
"matplotlib==3.6.0",
"py==1.11.0",
"Pillow==9.4.0",
"moderngl==5.10.0",
"opencv-python==4.7.0.68",
"opencv-python>=4.7.0",
"ipycanvas==0.13.1",
"ipywidgets==8.0.6",
"PySide6<=6.4.3",
"PySide6>=6.7.2",
"igraph>=0.10.5",
"requests>=2.31.0",
"pyqtgraph>=0.13.3",
"tensorflow==2.14.0"
"tensorflow>=2.17.0"
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ef2b6af

Please sign in to comment.