Skip to content

Commit

Permalink
Add missing dependency in the installation (#201)
Browse files Browse the repository at this point in the history
* Add missing dependency in the installation

* Fix typo in the requirement name
  • Loading branch information
JulienPeloton authored Jul 17, 2024
1 parent dfa19b0 commit a115a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fink_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "8.5"
__version__ = "8.6"
__schema_version__ = "distribution_schema_fink_ztf_{}.avsc"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ pyarrow
PyYAML
tabulate
tqdm
psutil

0 comments on commit a115a4d

Please sign in to comment.