Skip to content

Commit

Permalink
Pin numpy less than 2.0 (#4)
Browse files Browse the repository at this point in the history
* Pin numpy <2.0 and increase build number

* Trigger GA build
  • Loading branch information
roomrys authored Oct 4, 2024
1 parent 3ae67fb commit 660c0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .conda.tensorflow/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ about:
For GPU support, install cudatoolkit 11.3.1 and cudnn 8.2.1 which are available as conda packages on the default channel.'

build:
number: 0
number: 1

source:
path: ../
Expand All @@ -24,7 +24,7 @@ requirements:

host:
- python>=3.10.0,<3.11.0
- numpy
- numpy<2.0
- h5py
- protobuf
- certifi
Expand All @@ -36,7 +36,7 @@ requirements:

run:
- python>=3.10.0,<3.11.0
- numpy
- numpy<2.0
- h5py
- protobuf
- certifi
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- liezl/pin-numpy-less-than-2.0

paths:
- ".github/workflows/build_tensorflow.yml"
Expand Down

0 comments on commit 660c0a1

Please sign in to comment.