pypharm 1.3.5__tar.gz → 1.3.6__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.
- {pypharm-1.3.5 → pypharm-1.3.6}/PKG-INFO +1 -1
- {pypharm-1.3.5 → pypharm-1.3.6}/pypharm.egg-info/PKG-INFO +1 -1
- {pypharm-1.3.5 → pypharm-1.3.6}/pypharm.egg-info/requires.txt +1 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/setup.py +2 -2
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/__init__.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/country_optimization.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/country_optimization_v2.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/country_optimization_v3.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/genetic_optimization.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/gold_digger_optimization.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/PyPharm/models.py +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/README.md +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/pypharm.egg-info/SOURCES.txt +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/pypharm.egg-info/dependency_links.txt +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/pypharm.egg-info/top_level.txt +0 -0
- {pypharm-1.3.5 → pypharm-1.3.6}/setup.cfg +0 -0
|
@@ -6,7 +6,7 @@ def readme():
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name='pypharm',
|
|
9
|
-
version='1.3.
|
|
9
|
+
version='1.3.6',
|
|
10
10
|
author='Krash13',
|
|
11
11
|
author_email='krasheninnikov.r.s@muctr.ru',
|
|
12
12
|
description='Module for solving pharmacokinetic problems',
|
|
@@ -14,7 +14,7 @@ setup(
|
|
|
14
14
|
long_description_content_type='text/markdown',
|
|
15
15
|
url='https://github.com/Krash13/PyPharm',
|
|
16
16
|
packages=find_packages(),
|
|
17
|
-
install_requires=['numpy>=1.22.1', 'scipy>=1.8.0', 'numba>=0.58.1', 'matplotlib>=3.5.1'],
|
|
17
|
+
install_requires=['numpy>=1.22.1', 'scipy>=1.8.0', 'numba>=0.58.1', 'matplotlib>=3.5.1', 'graycode>=1.0.5'],
|
|
18
18
|
classifiers=[
|
|
19
19
|
'Programming Language :: Python :: 3.9',
|
|
20
20
|
'License :: OSI Approved :: BSD License',
|
|
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
|