Skip to content

Commit de05cc4

Browse files
authored
Merge pull request #1 from alethiotx/SPRIN-499-add-mode-parameter-to-artemis-pypi-module
Sprin 499 add mode parameter to artemis pypi module
2 parents 41e66be + 0015e6a commit de05cc4

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "alethiotx"
7-
version = "2.1.4"
7+
version = "2.1.5"
88
description = "Alethio Therapeutics Python Toolkit"
99
readme = "README.md"
1010
license = {file = "LICENSE"}
11-
authors = [{name = "Vladimir Kiselev", email = "vlad.kiselev@alethiomics.com"}]
11+
authors = [{name = "Vladimir Kiselev", email = "vlad.kiselev@alethiotx.com"}]
1212
keywords = ["alethiotx", "artemis"]
1313
classifiers = [
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",

src/alethiotx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
"""
2121

2222
__author__ = """Vladimir Kiselev"""
23-
__email__ = 'vlad.kiselev@alethiomics.com'
23+
__email__ = 'vlad.kiselev@alethiotx.com'

0 commit comments

Comments
 (0)