File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
240240## Author
241241
242242** Vladimir Kiselev**
243- Email: vlad.kiselev@alethiomics .com
243+ Email: vlad.kiselev@alethiotx .com
244244
245245## Links
246246
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " alethiotx"
7- version = " 2.1.4 "
7+ version = " 2.1.5 "
88description = " Alethio Therapeutics Python Toolkit"
99readme = " README.md"
1010license = {file = " LICENSE" }
11- authors = [{name = " Vladimir Kiselev" , email = " vlad.kiselev@alethiomics .com" }]
11+ authors = [{name = " Vladimir Kiselev" , email = " vlad.kiselev@alethiotx .com" }]
1212keywords = [" alethiotx" , " artemis" ]
1313classifiers = [
1414 " Programming Language :: Python :: 3" ,
@@ -20,6 +20,8 @@ dependencies = [
2020 " requests" ,
2121 " scikit-learn" ,
2222 " pandas" ,
23+ " fsspec" ,
24+ " s3fs" ,
2325 " numpy" ,
2426 " matplotlib" ,
2527 " setuptools" ,
Original file line number Diff line number Diff line change 2020"""
2121
2222__author__ = """Vladimir Kiselev"""
23- __email__ = 'vlad.kiselev@alethiomics .com'
23+ __email__ = 'vlad.kiselev@alethiotx .com'
You can’t perform that action at this time.
0 commit comments