Skip to content

Commit

Permalink
Update prod.in (#27)
Browse files Browse the repository at this point in the history
* Update prod.in

* updated requirements
  • Loading branch information
pawngrubber authored Nov 3, 2022
1 parent 1b46ea9 commit c9d5062
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/prod.in
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
chess>=1.8.0,<2
numpy>=1.23.2,<2
pandas>=1.3.4,<2
pyarrow>=6.0.1,<7
tqdm>=4.62.3,<5
17 changes: 17 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,22 @@
#
# pip-compile --output-file=requirements/prod.txt requirements/prod.in
#
chess==1.9.3
# via -r requirements/prod.in
numpy==1.23.2
# via
# -r requirements/prod.in
# pandas
# pyarrow
pandas==1.5.1
# via -r requirements/prod.in
pyarrow==6.0.1
# via -r requirements/prod.in
python-dateutil==2.8.2
# via pandas
pytz==2022.6
# via pandas
six==1.16.0
# via python-dateutil
tqdm==4.64.1
# via -r requirements/prod.in

0 comments on commit c9d5062

Please sign in to comment.