Skip to content

Commit

Permalink
Version 5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRand0m1z3r committed Feb 15, 2024
1 parent 775fdbe commit e7bc12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PythonInterface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def move_sos(self):
version=VERSION_STR if VERSION_STR else '4.7.1',
packages=['dplus'],
package_data= { 'dplus': ['*.dll'] if sys.platform == 'win32' else ['lib*.so*'] },
install_requires=['numpy>=1.23,<=1.24', 'psutil>=5.6.3', 'requests>=2.10.0', 'dplus-ceres>=0.4.0'],
install_requires=['numpy>=1.26', 'psutil>=5.6.3', 'requests>=2.10.0', 'dplus-ceres>=0.6.0'],
# include_package_data=True, # If True - ignores the package_data property.
license=LICENSE, # example license
description='Call the DPlus Calculation Backend',
Expand Down

0 comments on commit e7bc12c

Please sign in to comment.