Skip to content

Commit

Permalink
version 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed Jan 14, 2024
1 parent 6d16e6c commit e0b1804
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# from libbiosmoother import open_descriptions_json
import json

VERSION = "1.3.2"
VERSION = "1.3.3"

# conf version file
def conf_version(in_file_name, cmake_version, out_file_name):
Expand Down Expand Up @@ -101,8 +101,7 @@ def package_files(directory):
'Programming Language :: Python :: 3.9',
],
install_requires=[
'libbiosmoother>=1.3.0',
'cairoSVG>=2.7.1',
'libbiosmoother>=1.3.1',
'bokeh==2.3.2', # specific version is necessary for now -> with newer versions the layout starts glitching
'psutil',
'pybase64',
Expand Down

0 comments on commit e0b1804

Please sign in to comment.