Skip to content

Commit

Permalink
fix: Use valid project/version requirement specifiers
Browse files Browse the repository at this point in the history
* 'install_requires' must be a string or list of strings containing
  valid project/version requirement specifiers. Without this fix
  installation will fail with modern pip.
  • Loading branch information
matthewfeickert committed Feb 21, 2023
1 parent 14fdd3e commit 6d3dc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
PyYAML>4.*
PyYAML>=4.0
future
six
hepdata-validator>=0.3.2

0 comments on commit 6d3dc60

Please sign in to comment.