Skip to content

Commit db794b5

Browse files
committed
pinned dependencies for the env: base
1 parent 23b87fa commit db794b5

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

envs/base/requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66

77
numpy
8-
scipy
8+
scipy
9+
pint

envs/base/requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#
2+
# This file is autogenerated by pip-compile
3+
# To update, run:
4+
#
5+
# pip-compile --output-file=envs/base/requirements.txt envs/base/requirements.in
6+
#
7+
--index-url https://pypi.python.org/simple/
8+
9+
numpy==1.18.1
10+
pint==0.10.1
11+
scipy==1.4.1
12+
13+
# The following packages are considered to be unsafe in a requirements file:
14+
# setuptools

envs/dev/requirements.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,8 @@ pytest-profiling
4949
# build dependencies
5050
cython
5151
numpy
52-
scipy
52+
53+
# project dependencies
54+
scipy
55+
numpy
56+
pint

envs/dev/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ parso==0.6.1 # via jedi
6262
pdbpp==0.10.2
6363
pexpect==4.8.0 # via ipython
6464
pickleshare==0.7.5 # via ipython
65+
pint==0.10.1
6566
pip-tools==4.4.1
6667
pipdeptree==0.13.2
6768
pkginfo==1.5.0.1 # via twine

0 commit comments

Comments
 (0)