Skip to content

Commit

Permalink
Merge pull request #901 from IBM/relax-requirements
Browse files Browse the repository at this point in the history
Relax requirements on pandas and requests
  • Loading branch information
roytman authored Jan 6, 2025
2 parents 3ed895d + 739416f commit f7f5fb2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions transforms/README-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Note: This list includes the transforms that were part of the release starting w

## Release notes:

### 1.0.0.a2
Relax dependencies on pandas (use latest or whatever is installed by application)
Relax dependencies on requests (use latest or whatever is installed by application)



Expand Down
4 changes: 2 additions & 2 deletions transforms/code/code_profiler/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ nest-asyncio==1.6.0
networkx==3.3
numpy==1.26.4
packaging==24.0
pandas==2.2.2
pandas
parso==0.8.4
pexpect==4.9.0
pillow>=10.3.0
Expand All @@ -70,7 +70,7 @@ pytz==2024.1
pyzmq==26.0.3
referencing==0.35.1
regex==2024.5.15
requests==2.32.3
requests
rich==13.7.1
rpds-py==0.18.1
seaborn==0.13.2
Expand Down
2 changes: 1 addition & 1 deletion transforms/language/lang_id/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fasttext==0.9.2
fasttext==0.9.2 ; platform_system != "Windows"
langcodes>=3.3.0
huggingface-hub >= 0.21.4, <1.0.0
numpy==1.26.4
2 changes: 1 addition & 1 deletion transforms/language/pii_redactor/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ data-prep-toolkit>=0.2.3
presidio-analyzer>=2.2.355
presidio-anonymizer>=2.2.355
flair>=0.14.0
pandas>=2.2.2
pandas
4 changes: 2 additions & 2 deletions transforms/language/similarity/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nltk>=3.9.1
transformers>=4.38.2
pandas>=2.2.2
requests>=2.32.3
pandas
requests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

python-dotenv>=1.0.1
requests>=2.32.3
requests
sentence-transformers>=3.3.1
2 changes: 1 addition & 1 deletion transforms/universal/hap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nltk==3.9.1
transformers>=4.38.2
torch>=2.2.2,<=2.5.1
pandas==2.2.2
pandas

0 comments on commit f7f5fb2

Please sign in to comment.