Commit
·
3fb7c40
1
Parent(s):
c6eac55
requirement file
Browse files
requirements/blackduck.bat
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
C:\Python\Python3.9.13\Python3.9.13\python.exe -m venv p_env
|
2 |
+
p_env\scripts\activate & pip install -r requirements_blackduck.txt --index-url https://infyartifactory.ad.infosys.com/artifactory/api/pypi/pypi-remote/simple --trusted-host infyartifactory.ad.infosys.com
|
requirements/requirement.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# fastapi
|
2 |
+
# uvicorn
|
3 |
+
# pyyaml
|
4 |
+
transformers==4.41.0
|
5 |
+
numpy==1.26.4
|
6 |
+
tldextract==5.1.2
|
7 |
+
sentence-transformers==3.0.1
|
8 |
+
detoxify==0.5.0
|
9 |
+
# pandas
|
10 |
+
python-dotenv==1.0.1
|
11 |
+
django-phonenumbers
|
12 |
+
# pymongo
|
13 |
+
python-multipart==0.0.18
|
14 |
+
# psutil
|
15 |
+
# # memory_profiler
|
16 |
+
#cuda-python==12.3.0
|
17 |
+
flask==3.0.3
|
18 |
+
waitress
|
19 |
+
flask_swagger_ui==4.11.1
|
20 |
+
diffusers==0.27.2
|
21 |
+
accelerate==0.28.0
|
22 |
+
setuptools
|
23 |
+
fastapi
|
24 |
+
lib/en_core_web_lg-3.5.0-py3-none-any.whl
|
25 |
+
lib/torch-2.2.0+cu118-cp311-cp311-linux_x86_64.whl
|
26 |
+
lib/privacy-2.0.8-py3-none-any.whl
|
requirements/requirements_blackduck.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# fastapi
|
2 |
+
# uvicorn
|
3 |
+
# pyyaml
|
4 |
+
transformers
|
5 |
+
tldextract
|
6 |
+
sentence-transformers
|
7 |
+
detoxify==0.5.0
|
8 |
+
# pandas
|
9 |
+
python-dotenv
|
10 |
+
django-phonenumbers
|
11 |
+
# pymongo
|
12 |
+
python-multipart
|
13 |
+
# psutil
|
14 |
+
# # memory_profiler
|
15 |
+
cuda-python==12.3.0
|
16 |
+
flask
|
17 |
+
waitress
|
18 |
+
flask_swagger_ui==4.11.1
|
19 |
+
diffusers==0.27.2
|
20 |
+
accelerate==0.28.0
|
21 |
+
../lib/aicloudlibs-0.1.0-py3-none-any.whl
|
22 |
+
#lib/en_core_web_lg-3.5.0-py3-none-any.whl
|
23 |
+
../lib/presidio_analyzer-4.0.6-py3-none-any.whl
|
24 |
+
#lib/torch-2.2.0+cu118-cp39-cp39-linux_x86_64.whl
|