Skip to content

Commit

Permalink
Pin some dependencies
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 587738092
Change-Id: I84c56129d84b11cb86753868205ee164dc4be9e6
  • Loading branch information
jagapiou authored and copybara-github committed Dec 4, 2023
1 parent 0850742 commit 7668e1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docstring-parser~=0.12.0
gdm-concordia
termcolor
termcolor~=1.1.0
20 changes: 11 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,20 @@
install_requires=[
# TODO: b/312199199 - remove some requirements.
'absl-py',
'ipython',
'matplotlib',
'numpy',
'pandas<=1.5.3',
'python_dateutil',
'reactivex',
'retry',
'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',
'saxml',
'scipy',
'scipy~=1.9.3',
'tensorflow',
'tensorflow_hub',
'termcolor',
'termcolor~=1.1.0',
'typing-extensions~=4.5.0',
],
extras_require={
# Used in development.
Expand Down

0 comments on commit 7668e1b

Please sign in to comment.