Skip to content

Commit 70fa3a3

Browse files
committed
Add requirements.txt and edit README
1 parent 1a0d840 commit 70fa3a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

where/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
This Jupyter Notebook file contains all code and question solutions used in the RealPython tutorial [How to Use Conditional Expressions With NumPy where()](https://realpython.com/numpy-where-conditional-expressions/)
2-
3-
1+
# How to Use Conditional Expressions With NumPy `where()`
42

3+
This Jupyter Notebook file contains all code and question solutions used in the Real Python tutorial [How to Use Conditional Expressions With NumPy `where()`](https://realpython.com/numpy-where-conditional-expressions/).

where/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
numpy==2.1.0

0 commit comments

Comments
 (0)