Skip to content

Commit

Permalink
Merge pull request #35 from TOMToolkit/update_requirements
Browse files Browse the repository at this point in the history
Up dependency versions for tom toolkit
  • Loading branch information
jchate6 authored Aug 2, 2023
2 parents ac82aff + f7b597f commit 9fc70a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
use_scm_version=True, # use_scm_version and setup_requires setuptools_scm are required for automated releases
setup_requires=['setuptools_scm', 'wheel'],
install_requires=[
'tomtoolkit>=2.12,<2.14',
'antares-client~=1.2',
'tomtoolkit>=2.12,<3.0',
'antares-client>=1.2,<2.0',
'elasticsearch-dsl>=7.3,<7.5'
],
extras_require={
Expand Down

0 comments on commit 9fc70a8

Please sign in to comment.