Skip to content

Commit

Permalink
Merge pull request #350 from BCG-Gamma/dev/2.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner authored Sep 24, 2022
2 parents 537d8be + e841be4 commit a072031
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
# run
- boruta_py ~= 0.3
- gamma-pytools ~= 2.0, != 2.0.0
- gamma-pytools ~= 2.0.4
- joblib ~= 1.1
- lightgbm ~= 3.3
- matplotlib ~= 3.5
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dist-name = "gamma-facet"
license = "Apache Software License v2.0"

requires = [
"gamma-pytools ~=2.0",
"gamma-pytools ~=2.0.4",
"matplotlib ~=3.0",
"numpy >=1.21,<2a", # cannot use ~= due to conda bug
"packaging >=20",
Expand Down Expand Up @@ -97,7 +97,7 @@ numba = "~=0.55" # required to support numpy 1.21

[build.matrix.max]
# direct requirements of gamma-facet
gamma-pytools = "~=2.0"
gamma-pytools = "~=2.0.4"
matplotlib = "~=3.5"
numpy = ">=1.22,<2a" # cannot use ~= due to conda bug
packaging = ">=20"
Expand Down
2 changes: 1 addition & 1 deletion src/facet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""


__version__ = "2.0rc0"
__version__ = "2.0rc1"

__logo__ = (
r"""
Expand Down

0 comments on commit a072031

Please sign in to comment.