Skip to content

Commit 5d0b44c

Browse files
Add compatible statsmodels version to environment.yml to fix CI ImportError
1 parent 042bcd9 commit 5d0b44c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

AUTHORS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
* Copyright (c) 2011-2012, PyData Development Team
1313

14-
The PyData Development Team is the collection of developers of the PyData
14+
The PyData Development Team is a collection of developers of the PyData
1515
project. This includes all PyData sub-projects, such as pandas. The
1616
core team that coordinates development on GitHub can be found here:
1717
[https://github.com/pydata](https://github.com/pydata).
@@ -22,13 +22,13 @@ Full credits for pandas contributors can be found in the documentation.
2222

2323
PyData uses a shared copyright model. Each contributor maintains copyright
2424
over their contributions to PyData. However, it is important to note that
25-
these contributions are typically only changes to the repositories. Thus,
26-
the PyData source code in its entirety is not the copyright of any single
25+
these contributions are typically limited to changes to the repositories. Thus,
26+
the PyData source code, in its entirety, is not the copyright of any single
2727
person or institution. Instead, it is the collective copyright of the
2828
entire PyData Development Team.
2929

30-
If individual contributors want to maintain a record of what changes/contributions they have specific copyright on,
31-
they should indicate this in the commit message when they commit the change
30+
If individual contributors want to maintain a record of the changes or contributions they hold specific copyright on,
31+
they should indicate this in the commit message when committing the change
3232
to one of the PyData repositories.
3333

3434
With this in mind, the following banner should be used in any source code

0 commit comments

Comments
 (0)