python-katlas 0.0.1__tar.gz → 0.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python-katlas-0.0.1/python_katlas.egg-info → python-katlas-0.0.3}/PKG-INFO +1 -1
- {python-katlas-0.0.1 → python-katlas-0.0.3/python_katlas.egg-info}/PKG-INFO +1 -1
- {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/requires.txt +1 -4
- {python-katlas-0.0.1 → python-katlas-0.0.3}/settings.ini +3 -3
- {python-katlas-0.0.1 → python-katlas-0.0.3}/LICENSE +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/MANIFEST.in +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/README.md +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/__init__.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/_modidx.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/core.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/dl.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/feature.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/imports.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/plot.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/train.py +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/SOURCES.txt +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/dependency_links.txt +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/entry_points.txt +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/not-zip-safe +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/top_level.txt +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/setup.cfg +0 -0
- {python-katlas-0.0.1 → python-katlas-0.0.3}/setup.py +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
### Python library ###
|
|
6
6
|
repo = python-katlas
|
|
7
7
|
lib_name = %(repo)s
|
|
8
|
-
version = 0.0.
|
|
8
|
+
version = 0.0.3
|
|
9
9
|
min_python = 3.7
|
|
10
10
|
license = apache2
|
|
11
11
|
black_formatting = False
|
|
@@ -38,6 +38,6 @@ status = 3
|
|
|
38
38
|
user = sky1ove
|
|
39
39
|
|
|
40
40
|
### Optional ###
|
|
41
|
-
requirements =
|
|
41
|
+
requirements = pandas logomaker seaborn rdkit umap-learn adjustText bokeh biopython scikit-learn>=1.3.0 statsmodels openpyxl fastparquet
|
|
42
42
|
dev_requirements = nbdev pyngrok
|
|
43
|
-
# console_scripts =
|
|
43
|
+
# console_scripts =fastai>=2.7.12 fastbook fairscale fair-esm
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|