Skip to content

Commit db3dbca

Browse files
committed
update requirements for research phase and exercise notebooks (#35)
1 parent 63b08eb commit db3dbca

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.18.1,<1.19.0
2-
scikit-learn>=0.22.1,<0.23.0
3-
pandas>=0.25.3,<0.26.0
1+
numpy>=1.20.0,<1.21.0
2+
pandas>=1.3.5,<1.4.0
3+
scikit-learn>=1.0.2,<1.1.0
44
jupyter>=1.0.0,<1.1.0

research_phase/requirements.txt

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
numpy>=1.18.1,<1.19.0
2-
scikit-learn>=0.22.1,<0.23.0
3-
pandas>=0.25.3,<0.26.0
1+
# We use compatible release functionality (see PEP 440 here: https://www.python.org/dev/peps/pep-0440/#compatible-release)
2+
# to specify acceptable version ranges of our project dependencies. This gives us the flexibility to keep up with small
3+
# updates/fixes, whilst ensuring we don't install a major update which could introduce backwards incompatible changes.
4+
numpy>=1.20.0,<1.21.0
5+
pandas>=1.3.5,<1.4.0
6+
scikit-learn>=1.0.2,<1.1.0
47
jupyter>=1.0.0,<1.1.0
58
feature_engine>=0.3.1,<0.4.0
6-
matplotlib>=3.1.2,<3.2.0
9+
matplotlib>=3.1.2,<4.0.0

0 commit comments

Comments
 (0)