Skip to content

Commit

Permalink
Lossen version of peewee
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Dec 19, 2023
1 parent 9a2285a commit 9026383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anaconda-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
activate-environment: "decide"
- run: |
conda install --yes anaconda-client
conda build .
conda build --numpy 1.23.4 .
anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload /usr/share/miniconda/conda-bld/**/decide-exchange-model-*.tar.bz2
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requirements:
- matplotlib ==3.6.0
- numpy ==1.23.4
- pandas ==1.5.0
- peewee ==3.14.4
- peewee >=3.14.4
- pyqt ==5.15.10
- typesystem ==0.2.2
run:
Expand All @@ -32,7 +32,7 @@ requirements:
- matplotlib ==3.6.0
- numpy ==1.23.4
- pandas ==1.5.0
- peewee ==3.14.4
- peewee >=3.14.4
- pyqt ==5.15.10
- typesystem ==0.2.2

Expand Down

0 comments on commit 9026383

Please sign in to comment.