From 8471dd29780baac5618dc0c64a36f33bcdbd13e2 Mon Sep 17 00:00:00 2001
From: brandonmizutani <bran2miz@gmail.com>
Date: Tue, 3 May 2022 20:00:58 -0700
Subject: [PATCH 1/2] Added Skyfield

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 17bbbe2..d257c1b 100644
--- a/README.md
+++ b/README.md
@@ -1025,6 +1025,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 *Libraries for scientific computing. Also see [Python-for-Scientists](https://github.com/TomNicholas/Python-for-Scientists).*
 
 * [astropy](http://www.astropy.org/) - A community Python library for Astronomy.
+* [skyfield](https://rhodesmill.org/skyfield/) - A pure Python astronomy package that makes it easy to generate high precision - research grade positions for planet and earth satellites.
 * [bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen) - Providing best-practice pipelines for fully automated high throughput sequencing analysis.
 * [bccb](https://github.com/chapmanb/bcbb) - Collection of useful code related to biological analysis.
 * [Biopython](http://biopython.org/wiki/Main_Page) - Biopython is a set of freely available tools for biological computation.
-- 
GitLab


From 3d453cfe81cbee3a46dbc38b4298ab82b85fbecf Mon Sep 17 00:00:00 2001
From: brandonmizutani <bran2miz@gmail.com>
Date: Tue, 3 May 2022 20:23:32 -0700
Subject: [PATCH 2/2] Added PyCaret

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d257c1b..12a9be6 100644
--- a/README.md
+++ b/README.md
@@ -843,6 +843,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library.
 * [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/).
 * [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library.
+* [PyCaret](https://pycaret.org/) - low code machine learning library seeking to streamline machine learning workflows.
 * [MindsDB](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
 
 ## Microsoft Windows
-- 
GitLab