Skip to content

Commit

Permalink
Modifications in requeriments.txt to downgrade NumPy to <2 for Tensor…
Browse files Browse the repository at this point in the history
…Flow compatibility, and in the build.yml action for macOs incompatibilities
  • Loading branch information
jongari7 committed Aug 28, 2024
1 parent f9a9e6e commit 5b45cea
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- { os: windows-latest, py: "3.8" }
- { os: windows-latest, py: "3.9" }
- { os: windows-latest, py: "3.10" }
- { os: macOS-latest, py: "3.7" }
- { os: macOS-12, py: "3.7" }
- { os: macOS-latest, py: "3.8" }
- { os: macOS-latest, py: "3.9" }
- { os: ubuntu-latest, py: "3.7" }
Expand Down
3 changes: 3 additions & 0 deletions .idea/.gitignore

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

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

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

8 changes: 8 additions & 0 deletions .idea/modules.xml

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

12 changes: 12 additions & 0 deletions .idea/pudu_jon.iml

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

6 changes: 6 additions & 0 deletions .idea/vcs.xml

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy
numpy<2.0
pandas
matplotlib
spectrapepper
Expand Down

0 comments on commit 5b45cea

Please sign in to comment.