Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.2.x' into 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
j-ittner committed Jul 22, 2021
2 parents aa127fc + f57068f commit ce4e91b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions condabuild/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ requirements:
- numpy {{ environ.get('FACET_V_NUMPY') }}
- flit =3
run:
- joblib {{ environ.get('FACET_V_JOBLIB') }}
- matplotlib {{ environ.get('FACET_V_MATPLOTLIB') }}
- numpy {{ environ.get('FACET_V_NUMPY') }}
- pandas {{ environ.get('FACET_V_PANDAS') }}
- python {{ environ.get('FACET_V_PYTHON') }}
- scipy {{ environ.get('FACET_V_SCIPY') }}
- typing_inspect {{ environ.get('FACET_V_TYPING_INSPECT') }}
- joblib {{ environ.get('FACET_V_JOBLIB') }}
- matplotlib-base {{ environ.get('FACET_V_MATPLOTLIB') }}
- numpy {{ environ.get('FACET_V_NUMPY') }}
- pandas {{ environ.get('FACET_V_PANDAS') }}
- python {{ environ.get('FACET_V_PYTHON') }}
- scipy {{ environ.get('FACET_V_SCIPY') }}
- typing_inspect {{ environ.get('FACET_V_TYPING_INSPECT') }}
test:
imports:
- pytools
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ dist-name = "gamma-pytools"
license = "Apache Software License v2.0"

requires = [
"joblib >=0.14,<1.1a",
"joblib >=0.14,<2a",
"matplotlib ~=3.0",
"numpy >=1.16,<1.21a",
"numpy >=1.16,<2a",
"pandas >=0.24,<2a",
"scipy ~=1.2",
"typing_inspect >=0.4",
"typing_inspect ~=0.4",
]

requires-python = ">=3.6,<4a"
Expand Down Expand Up @@ -81,7 +81,7 @@ numpy = ">=1.20,<2a" # cannot use ~= due to conda bug
pandas = "~=1.2"
python = ">=3.8,<4a" # cannot use ~= due to conda bug
scipy = "~=1.6"
typing_inspect = ">=0.7"
typing_inspect = "~=0.7"

[tool.black]
# quiet = "True"
Expand Down

0 comments on commit ce4e91b

Please sign in to comment.