-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix versions and packages dependencies
- Loading branch information
1 parent
be0e5e6
commit 18cef0e
Showing
8 changed files
with
48 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "clarite" | ||
version = "2.2.0" | ||
version = "2.2.2" | ||
description = "CLeaning to Analysis: Reproducibility-based Interface for Traits and Exposures" | ||
authors = ["Hall Lab <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
@@ -16,12 +16,12 @@ classifiers=[ | |
] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.7.1,<3.10" | ||
python = ">=3.7.1,<3.8" | ||
click = ">7" | ||
pandas = ">1.1" | ||
scipy = ">1.5" | ||
pandas = "^1.2" | ||
scipy = "^1.6" | ||
seaborn = ">0.9" | ||
statsmodels = ">0.10" | ||
statsmodels = "^0.12" | ||
matplotlib = "^3.4.2" | ||
numpy = "^1.21.0" | ||
rpy2 = "^3.4.5" | ||
|
@@ -31,9 +31,9 @@ numpydoc = {version = "^1.1.0", optional = true} | |
sphinx_rtd_theme = {version = "^0.5.0", optional = true} | ||
sphinx-copybutton = {version = "^0.3.0", optional = true} | ||
ipython = {version = "^7.18.1", optional = true} | ||
sphinx-click = {version = "^2.6", optional = true} | ||
sphinx-click = {version = "^4", optional = true} | ||
importlib-metadata = {version = "^2.0", python = "<3.8"} | ||
pandas-genomics = ">=0.10.1" | ||
pandas-genomics = "^0.11" | ||
|
||
[tool.poetry.dev-dependencies] | ||
codecov = "^2.1.11" | ||
|
@@ -42,7 +42,7 @@ flake8 = "^3.9.2" | |
pytest = ">=4.6" | ||
pytest-cov = "^2.12.1" | ||
pytest-xdist = "^2.3.0" | ||
black = "^21.6b0" | ||
black = ">=22" | ||
|
||
[tool.poetry.extras] | ||
docs = ["sphinx", "numpydoc", "sphinx_rtd_theme", "sphinx-copybutton", "ipython", "sphinx-click"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.