Merge branch '0.9' into 0.10
This commit is contained in:
commit
9a3d29ba06
3
.github/workflows/python-stylecheck.yml
vendored
3
.github/workflows/python-stylecheck.yml
vendored
@ -8,7 +8,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- '*([0-9]).*([0-9])'
|
||||
- '[0-9]+.[0-9]+'
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
3
.github/workflows/python-unittests.yml
vendored
3
.github/workflows/python-unittests.yml
vendored
@ -8,7 +8,8 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
- '*([0-9]).*([0-9])'
|
||||
- '[0-9]+.[0-9]+'
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
@ -1,9 +1,9 @@
|
||||
# if the below doesn't work please find an alternative from here: https://extras.wxpython.org/wxPython4/extras/linux/gtk3/
|
||||
wxPython>=4.1
|
||||
numpy
|
||||
pyopengl
|
||||
wxPython~=4.1
|
||||
numpy~=1.17
|
||||
pyopengl~=3.0
|
||||
packaging
|
||||
amulet-core~=1.7.0
|
||||
amulet-nbt~=1.0.4
|
||||
pymctranslate~=1.1.0
|
||||
minecraft-resource-pack~=1.2.0
|
||||
amulet-core~=1.7
|
||||
amulet-nbt~=1.1
|
||||
pymctranslate~=1.1
|
||||
minecraft-resource-pack~=1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user