Skip to content

Commit d80d2ff

Browse files
authored
Merge pull request #28 from dev-isaac/update-dependencies
Update installation and runtime dependencies
2 parents 52ecf40 + 03cd721 commit d80d2ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /PascalX
77
# Install dependencies
88
RUN mkdir -p /PascalX/build/lib
99
ENV 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
1111
RUN echo "/PascalX/build/lib" > /etc/ld.so.conf.d/pascalx.conf
1212

1313
# Build

python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)