Skip to content

Commit

Permalink
Merge pull request #23 from wang-r-j/fix-requirements
Browse files Browse the repository at this point in the history
Update recipe/meta.yaml to be consistent with upstream
  • Loading branch information
PhilipVinc committed Mar 16, 2023
2 parents 356a8de + 69442a7 commit a9ecb8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv

requirements:
Expand All @@ -25,7 +25,7 @@ requirements:
- msgpack-python
- numpy >=1.12
- optax
- rich ~=11.1.0
- rich >=11.1.0
- typing_extensions >=4.1.1
- pyyaml >=5.4.1

Expand Down

1 comment on commit a9ecb8a

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.