Skip to content

Commit

Permalink
Fix dependency conflicts
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588010870
Change-Id: If7e8dbe798d5fed45ee9b71b48ad1bc37a62f2e5
  • Loading branch information
jagapiou authored and copybara-github committed Dec 5, 2023
1 parent c0a720c commit e73315d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docstring-parser~=0.12.0
docstring-parser
gdm-concordia
termcolor~=1.1.0
termcolor
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,19 @@
# TODO: b/312199199 - remove some requirements.
'absl-py',
'google-cloud-aiplatform',
'ipython~=3.2.3',
'matplotlib~=3.6.1',
'numpy~=1.26.2',
'pandas~=1.5.3',
'python-dateutil~=2.8.2',
'reactivex~=4.0.4',
'retry~=0.9.2',
'ipython',
'matplotlib',
'numpy',
'pandas==1.5.3',
'python-dateutil',
'reactivex',
'retry',
'saxml',
'scipy~=1.9.3',
'scipy',
'tensorflow',
'tensorflow_hub',
'termcolor~=1.1.0',
'typing-extensions~=4.5.0',
'termcolor',
'typing-extensions',
],
extras_require={
# Used in development.
Expand Down

0 comments on commit e73315d

Please sign in to comment.