Skip to content

Commit

Permalink
package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Gorodetski committed Nov 23, 2023
1 parent 618298c commit c645778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pheno_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.8.11"
__version__ = "0.3.9.1"

from .age_reference_plots import *
from .basic_analysis import *
Expand Down
4 changes: 2 additions & 2 deletions settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = pheno-utils
lib_name = pheno-utils
version = 0.3.8.11
version = 0.3.9.1
min_python = 3.7
license = apache2
black_formatting = False
Expand All @@ -26,7 +26,7 @@ keywords = nbdev jupyter notebook python
language = English
status = 3
user = pheno-ai
requirements = fastcore pandas pyarrow numpy scipy fastparquet matplotlib seaborn scikit-learn pyCompare pygam smart_open neurokit2 "dask[dataframe]" requests
requirements = fastcore==1.5.29 pandas==2.1.0 pyarrow==13.0.0 scipy==1.11.2 fastparquet==2023.8.0 matplotlib==3.7.2 seaborn==0.13.0 scikit-learn==1.3.0 pyCompare==1.5.4 pygam==0.9.0 smart_open==6.3.0 neurokit2==0.2.5 "dask[dataframe]" requests==2.31.0 urllib3==1.26.6
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
Expand Down

0 comments on commit c645778

Please sign in to comment.