Skip to content

Commit

Permalink
✨ Update amplify-sched
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-minamoto committed Jul 2, 2024
1 parent 1c51fda commit 5659d95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ verify_ssl = true
[dev-packages]

[packages]
amplify-sched = {version=">=0.2.0"}
jupyter = "*"
ipywidgets = "*"
black = {extras = ["jupyter"], version = "*"}
pandas = "*"
numpy = "*"
ipympl = "*"
amplify-sched = "*"
networkx = "*"

[requires]
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- traitlets<5.10.0
- pip
- pip:
- amplify-sched
- amplify-sched>=0.2.0
- numpy
- ipywidgets
- pandas
Expand Down
8 changes: 7 additions & 1 deletion notebooks/ja/tutorials/se_tutorial_flexible_job_shop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,15 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "amplify-se-examples-XS5R4cex",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"pygments_lexer": "ipython3"
"pygments_lexer": "ipython3",
"version": "3.10.6"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5659d95

Please sign in to comment.