Skip to content

Commit a6acd87

Browse files
committed
Remove numpy pin
1 parent 3d36816 commit a6acd87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
- name: Get version windows
108108
if: matrix.os == 'windows-latest'
109109
run: |
110-
uv add 'numpy==2.0.2'
111110
chcp 65001 # use utf-8
112111
uv run python -c 'import pandas_openscm; f = open("version.txt", "w"); f.write(f"INSTALLED_VERSION=v{pandas_openscm.__version__}"); f.close()'
113112
echo "Showing version.txt"

0 commit comments

Comments
 (0)