Adrian Cowham commited on
Commit
30eefc6
β€’
1 Parent(s): 60b86d7

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt CHANGED
@@ -39,6 +39,7 @@ importlib-resources==6.0.1
39
  isodate==0.6.1
40
  itsdangerous==2.1.2
41
  Jinja2==3.1.2
 
42
  jsonschema==4.19.0
43
  jsonschema-specifications==2023.7.1
44
  kiwisolver==1.4.4
@@ -53,11 +54,13 @@ marshmallow==3.20.1
53
  matplotlib==3.7.2
54
  mdit-py-plugins==0.3.3
55
  mdurl==0.1.2
 
56
  multidict==6.0.4
57
  mypy-extensions==1.0.0
58
  networkx==3.1
59
  nibabel==5.1.0
60
  nipype==1.8.6
 
61
  numexpr==2.8.5
62
  numpy==1.25.2
63
  openai==0.27.8
@@ -78,23 +81,34 @@ python-multipart==0.0.6
78
  pytz==2023.3
79
  pyxnat==1.6
80
  PyYAML==6.0.1
 
81
  rdflib==7.0.0
82
  referencing==0.30.2
83
  regex==2023.8.8
84
  requests==2.31.0
85
  rpds-py==0.9.2
 
 
86
  scipy==1.11.2
87
  semantic-version==2.10.0
 
 
88
  simplejson==3.19.1
89
  six==1.16.0
90
  sniffio==1.3.0
91
  SQLAlchemy==2.0.20
92
  starlette==0.27.0
 
93
  tenacity==8.2.3
 
94
  tiktoken==0.4.0
 
95
  toolz==0.12.0
 
 
96
  tqdm==4.66.1
97
  traits==6.3.2
 
98
  typing-inspect==0.9.0
99
  typing_extensions==4.7.1
100
  tzdata==2023.3
 
39
  isodate==0.6.1
40
  itsdangerous==2.1.2
41
  Jinja2==3.1.2
42
+ joblib==1.3.2
43
  jsonschema==4.19.0
44
  jsonschema-specifications==2023.7.1
45
  kiwisolver==1.4.4
 
54
  matplotlib==3.7.2
55
  mdit-py-plugins==0.3.3
56
  mdurl==0.1.2
57
+ mpmath==1.3.0
58
  multidict==6.0.4
59
  mypy-extensions==1.0.0
60
  networkx==3.1
61
  nibabel==5.1.0
62
  nipype==1.8.6
63
+ nltk==3.8.1
64
  numexpr==2.8.5
65
  numpy==1.25.2
66
  openai==0.27.8
 
81
  pytz==2023.3
82
  pyxnat==1.6
83
  PyYAML==6.0.1
84
+ rank-bm25==0.2.2
85
  rdflib==7.0.0
86
  referencing==0.30.2
87
  regex==2023.8.8
88
  requests==2.31.0
89
  rpds-py==0.9.2
90
+ safetensors==0.3.2
91
+ scikit-learn==1.3.0
92
  scipy==1.11.2
93
  semantic-version==2.10.0
94
+ sentence-transformers==2.2.2
95
+ sentencepiece==0.1.99
96
  simplejson==3.19.1
97
  six==1.16.0
98
  sniffio==1.3.0
99
  SQLAlchemy==2.0.20
100
  starlette==0.27.0
101
+ sympy==1.12
102
  tenacity==8.2.3
103
+ threadpoolctl==3.2.0
104
  tiktoken==0.4.0
105
+ tokenizers==0.13.3
106
  toolz==0.12.0
107
+ torch==2.0.1
108
+ torchvision==0.15.2
109
  tqdm==4.66.1
110
  traits==6.3.2
111
+ transformers==4.31.0
112
  typing-inspect==0.9.0
113
  typing_extensions==4.7.1
114
  tzdata==2023.3