File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ COPY . /PascalX
77# Install dependencies
88RUN mkdir -p /PascalX/build/lib
99ENV DEBIAN_FRONTEND="noninteractive"
10- RUN apt-get update && apt-get install -y python3 python3-dev python3-setuptools python3-pip g++ make libboost-all-dev wget
10+ RUN apt-get update && apt-get install -y python3 python3-dev python3-setuptools python3-pip g++ make libboost-all-dev wget unzip
1111RUN echo "/PascalX/build/lib" > /etc/ld.so.conf.d/pascalx.conf
1212
1313# Build
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ def find_version(*file_paths):
3838 "matplotlib!=3.6.1,>=3.1" ,
3939 "sortedcontainers>=2.1.0" ,
4040 "tqdm>=4.43.0" ,
41- "scipy>=1.4.0" ,
42- "numpy>=1.18.0" ,
41+ "scipy>=1.4.0,<1.11.0 " ,
42+ "numpy>=1.18.0,<1.25.0 " ,
4343 "seaborn>=0.11.0" ,
4444 "progressbar>=2.5" ,
4545 "fastnumbers>=3.1.0" ,
You can’t perform that action at this time.
0 commit comments