Skip to content

Commit

Permalink
Release 1.25.0 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomir authored Jun 14, 2024
1 parent 1a77b93 commit 9fe827d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dwave/system/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__all__ = ['__version__', '__author__', '__authoremail__', '__description__']

__version__ = '1.25.0.dev0'
__version__ = '1.25.0'
__author__ = 'D-Wave Systems Inc.'
__authoremail__ = '[email protected]'
__description__ = 'All things D-Wave System.'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--extra-index-url https://pypi.dwavesys.com/simple

dimod==0.12.13
dwave-optimization==0.1.0rc1
dwave-optimization==0.1.0
dwave-preprocessing==0.6.4
dwave-cloud-client==0.12.0.dev0
dwave-cloud-client==0.12.0
dwave-networkx==0.8.10
dwave-drivers==0.4.4
dwave-samplers==1.2.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@


install_requires = ['dimod>=0.12.7,<0.14.0',
'dwave-optimization>=0.1.0rc1,<0.3',
'dwave-cloud-client>=0.12.0.dev0,<0.13.0',
'dwave-optimization>=0.1.0,<0.3',
'dwave-cloud-client>=0.12.0,<0.13.0',
'dwave-networkx>=0.8.10',
'dwave-preprocessing>=0.5.0',
'homebase>=1.0.0,<2.0.0',
Expand Down

0 comments on commit 9fe827d

Please sign in to comment.