Skip to content

Commit ce46cd7

Browse files
authored
Merge pull request freqtrade#11646 from freqtrade/deps/numpy2
Bump numpy to 2.x
2 parents d1cca4a + 7a84d1e commit ce46cd7

17 files changed

+16
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ENV LD_LIBRARY_PATH /usr/local/lib
3535
# Install dependencies
3636
COPY --chown=ftuser:ftuser requirements.txt requirements-hyperopt.txt /freqtrade/
3737
USER ftuser
38-
RUN pip install --user --no-cache-dir "numpy<2.0" \
38+
RUN pip install --user --no-cache-dir "numpy<3.0" \
3939
&& pip install --user --no-cache-dir -r requirements-hyperopt.txt
4040

4141
# Copy dependencies to runtime-image

build_helpers/install_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
python -m pip install --upgrade pip
44
python -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')"
55

6-
pip install -U wheel "numpy<2"
6+
pip install -U wheel "numpy<3"
77
pip install --only-binary ta-lib --find-links=build_helpers\ ta-lib
88

99
pip install -r requirements-dev.txt
-1.62 MB
Binary file not shown.
-4.24 MB
Binary file not shown.
-1.62 MB
Binary file not shown.
-1.62 MB
Binary file not shown.
987 KB
Binary file not shown.
2.75 MB
Binary file not shown.
990 KB
Binary file not shown.
989 KB
Binary file not shown.

0 commit comments

Comments
 (0)