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.
Files changed (22) hide show
  1. {python-katlas-0.0.1/python_katlas.egg-info → python-katlas-0.0.3}/PKG-INFO +1 -1
  2. {python-katlas-0.0.1 → python-katlas-0.0.3/python_katlas.egg-info}/PKG-INFO +1 -1
  3. {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/requires.txt +1 -4
  4. {python-katlas-0.0.1 → python-katlas-0.0.3}/settings.ini +3 -3
  5. {python-katlas-0.0.1 → python-katlas-0.0.3}/LICENSE +0 -0
  6. {python-katlas-0.0.1 → python-katlas-0.0.3}/MANIFEST.in +0 -0
  7. {python-katlas-0.0.1 → python-katlas-0.0.3}/README.md +0 -0
  8. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/__init__.py +0 -0
  9. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/_modidx.py +0 -0
  10. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/core.py +0 -0
  11. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/dl.py +0 -0
  12. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/feature.py +0 -0
  13. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/imports.py +0 -0
  14. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/plot.py +0 -0
  15. {python-katlas-0.0.1 → python-katlas-0.0.3}/katlas/train.py +0 -0
  16. {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/SOURCES.txt +0 -0
  17. {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/dependency_links.txt +0 -0
  18. {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/entry_points.txt +0 -0
  19. {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/not-zip-safe +0 -0
  20. {python-katlas-0.0.1 → python-katlas-0.0.3}/python_katlas.egg-info/top_level.txt +0 -0
  21. {python-katlas-0.0.1 → python-katlas-0.0.3}/setup.cfg +0 -0
  22. {python-katlas-0.0.1 → python-katlas-0.0.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-katlas
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: tools for predicting kinome specificities
5
5
  Home-page: https://github.com/sky1ove/python-katlas
6
6
  Author: lily
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-katlas
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: tools for predicting kinome specificities
5
5
  Home-page: https://github.com/sky1ove/python-katlas
6
6
  Author: lily
@@ -1,18 +1,15 @@
1
- fastai>=2.7.12
2
1
  pandas
3
2
  logomaker
4
3
  seaborn
5
4
  rdkit
6
- fairscale
7
- fair-esm
8
5
  umap-learn
9
6
  adjustText
10
7
  bokeh
11
- fastbook
12
8
  biopython
13
9
  scikit-learn>=1.3.0
14
10
  statsmodels
15
11
  openpyxl
12
+ fastparquet
16
13
 
17
14
  [dev]
18
15
  nbdev
@@ -5,7 +5,7 @@
5
5
  ### Python library ###
6
6
  repo = python-katlas
7
7
  lib_name = %(repo)s
8
- version = 0.0.1
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 = fastai>=2.7.12 pandas logomaker seaborn rdkit fairscale fair-esm umap-learn adjustText bokeh fastbook biopython scikit-learn>=1.3.0 statsmodels openpyxl
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