Skip to content

Commit

Permalink
📦 lock the pipfile with python3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Harshad Reddy Nalla <[email protected]>
  • Loading branch information
harshad16 committed Aug 3, 2020
1 parent b36c6fc commit a915c7e
Show file tree
Hide file tree
Showing 9 changed files with 774 additions and 518 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
labels: bug
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/major-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Major release
about: Create a new major release
title: New major release
assignees: 'sesheta'
labels: bot
---

Hey, Kebechet!

Create a new major release, please.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/minor-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Minor release
about: Create a new minor release
title: New minor release
assignees: 'sesheta'
labels: bot
---

Hey, Kebechet!

Create a new minor release, please.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/patch-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Patch release
about: Create a new patch release
title: New patch release
assignees: 'sesheta'
labels: bot
---

Hey, Kebechet!

Create a new patch release, please.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/redeliver_container_image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Deliver Container Image
about: build a git tag and push it as a container image to quay
title: Deliver Container Image
assignees: sesheta
labels: bot
---

Hey, AICoE-CI!

Please build and deliver the following git tag:

Tag: x.y.z
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
## Related Issues and Dependencies


## This introduces a breaking change

- [ ] Yes
- [ ] No

<!-- If this introduces a breaking change, please describe the impact and migration path for existing applications below. -->

## This Pull Request implements

… Explain your changes.

## Description

<!--- Describe your changes in detail -->
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ verify_ssl = true
[packages]
beautifulsoup4 = "==4.8.*"
bokeh = ">=2.0"
cloudpickle = "==1.2.*"
cloudpickle = "==1.5.*"
cython = "==0.29.*"
dask = "*"
dill = "==0.3.*"
distributed = "*"
h5py = "==2.9.*"
h5py = "==2.10.*"
ipywidgets = ">=7.5.0"
jupyter-bokeh = "*"
jupyter-tensorboard = "*"
Expand All @@ -31,4 +31,4 @@ statsmodels = "==0.10.*"
tensorflow = ">=2.0.0"

[requires]
python_version = "3.7"
python_version = "3.6"
1,181 changes: 666 additions & 515 deletions Pipfile.lock

Large diffs are not rendered by default.

0 comments on commit a915c7e

Please sign in to comment.