We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451da9e commit f150e9fCopy full SHA for f150e9f
2 files changed
conda-environment.yml
@@ -7,6 +7,7 @@ channels:
7
dependencies:
8
- python=3.12.9
9
- _python_rc=1 # Needed on Mac since Python >= 3.12
10
+ - ipykernel=7.2.0
11
- matplotlib=3.10.8
12
- numpy=2.2.5
13
- pandas=2.2.3
requirements.txt
@@ -4,6 +4,7 @@
4
# NOTE: Keep this file in sync with conda-environment.yml
5
6
# --- Core tools ---
+ipykernel==7.2.0
matplotlib==3.10.8
numpy==2.2.5
pandas==2.3.3
0 commit comments